Skip to content

Commit eecd732

Browse files
committed
260424.215051.CST 1. add R2026a in test_matlab.yml and compile_mex.ym; 2. remove windows-11-arm from test_gfortran.yml
1 parent e02a5b1 commit eecd732

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/compile_mex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# The matrix is the same as that of test_matlab.yml
3333
matrix:
3434
os: [ubuntu-22.04, ubuntu-latest, macos-15-intel, macos-26-intel, windows-2022, windows-latest]
35-
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, R2025b, latest]
35+
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, R2025b, R2026a, latest]
3636

3737
exclude:
3838

.github/workflows/test_gfortran.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-26-intel, macos-latest]
29+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-26-intel, macos-latest]
30+
# windows-11-arm does not work as of 202604. See https://github.com/fortran-lang/setup-fortran/issues/211#issuecomment-4313463378
3031
compiler: [gcc]
3132
version: [13, latest] # Too expensive to test all versions
3233
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]

.github/workflows/test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# The matrix is the same as that of compile_mex.yml. We intend to test all supported combinations.
2929
matrix:
3030
os: [ubuntu-22.04, ubuntu-latest, macos-15-intel, macos-26-intel, windows-2022, windows-latest]
31-
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, R2025b, latest]
31+
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a, R2025b, R2026a, latest]
3232

3333
exclude:
3434

0 commit comments

Comments
 (0)