Skip to content

Commit 55e9d2f

Browse files
committed
ci:windows try 2025 image to see if filesystem issues resolve
1 parent c1dce42 commit 55e9d2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-nojvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
os: [ubuntu-22.04, macos-latest, windows-latest]
30+
os: [ubuntu-22.04, macos-latest, windows-2025]
3131
release: [R2023b, R2025a]
3232
startup-options: ["-nojvm"]
3333

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)