Skip to content

Commit 5d0d2fb

Browse files
committed
260427.211905.CST [skip ci] remove windows from stress_test_matlab.yml
1 parent 3f45900 commit 5d0d2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stress_test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333

3434
matrix:
35-
os: [ubuntu-latest, macos-26-intel, windows-latest]
35+
os: [ubuntu-latest, macos-26-intel] # We do not test on Windows because run-matlab-command does not support it.
3636
matlab: [R2023a, latest]
3737
solver: [uobyqa, newuoa, bobyqa, lincoa, cobyla]
3838
use_system_libgcc: [true] # Whether to use the system libgcc or the one shipped with MATLAB.

0 commit comments

Comments
 (0)