Skip to content

Commit 17f05a7

Browse files
committed
260220.171004.CET [skip ci] correct stress_test_matlab
1 parent 9ea5cdf commit 17f05a7

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/stress_test_matlab.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,15 @@ jobs:
3232
fail-fast: false
3333

3434
matrix:
35-
os: [ubuntu-latest, macos-15-intel]
36-
matlab: [R2023a, latest]
37-
solver: [uobyqa, newuoa, bobyqa, lincoa, cobyla]
38-
test: [normal, tough]
35+
# os: [ubuntu-latest, macos-15-intel]
36+
# matlab: [R2023a, latest]
37+
# solver: [uobyqa, newuoa, bobyqa, lincoa, cobyla]
38+
# test: [normal, tough]
39+
# use_system_libgcc: [true] # Whether to use the system libgcc or the one shipped with MATLAB.
40+
os: [ubuntu-latest, macos-15-intel, macos]
41+
matlab: [latest]
42+
solver: [uobyqa]
43+
test: [tough]
3944
use_system_libgcc: [true] # Whether to use the system libgcc or the one shipped with MATLAB.
4045

4146
steps:
@@ -193,7 +198,7 @@ jobs:
193198
- name: Conduct the test; treat timeout as SUCCESS (exit 0)
194199
uses: equipez/run-matlab-command@v1
195200
with:
196-
time: 1m
201+
timeout: 1m
197202
command: |
198203
ver;
199204
root_dir = pwd();

0 commit comments

Comments
 (0)