Skip to content

Commit 02296c1

Browse files
committed
ci: windows: more matlab versions
1 parent 14186e8 commit 02296c1

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-22.04]
29+
os: [ubuntu-22.04, windows-2022]
3030
release: [R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a]
3131
# on Linux, even R2025a needs GCC 10.x and hence Github Actions runner ubuntu-22.04
3232
include:
@@ -39,14 +39,7 @@ jobs:
3939
- os: macos-latest
4040
release: R2023b
4141
# macOS R2023b to be compatible with Xcode version on Github Actions runner
42-
- os: windows-latest
43-
release: R2025a
44-
- os: windows-latest
45-
release: R2024b
46-
- os: windows-latest
47-
release: R2024a
48-
- os: windows-latest
49-
release: R2023b
42+
5043

5144

5245
steps:

0 commit comments

Comments
 (0)