Skip to content

Commit df5018f

Browse files
committed
ci: more windows coverage:
1 parent 04fe890 commit df5018f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-nojvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-22.04, macos-latest, windows-latest]
31-
release: [R2023b, R2025a]
31+
release: [R2022b, R2025a]
3232
startup-options: ["-nojvm"]
3333

3434
steps:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
os: [ubuntu-22.04, windows-2022, macos-latest]
29+
os: [ubuntu-22.04, windows-2025, macos-latest]
3030
release: [R2024a, R2024b, R2025a]
3131
# on Linux, even R2025a needs GCC 10.x and hence Github Actions runner ubuntu-22.04.
3232
# R2021a...R2022a officially need Ubuntu 20.04, which is no longer available on Github Actions
@@ -72,7 +72,7 @@ jobs:
7272

7373
strategy:
7474
matrix:
75-
os: [ubuntu-22.04]
75+
os: [ubuntu-22.04, windows-latest]
7676
release: [R2022a, R2022b, R2023a, R2023b]
7777

7878
steps:

0 commit comments

Comments
 (0)