Skip to content

Commit 8547e58

Browse files
committed
ci(GHA): Downgrade Windows image to 2022
This might resolve occasional test failures reported in #709 These might be related to the Windows 2025 image. Note that GitHub actions still tags Windows 2022 as 'latest', so it should be safe to revert to that.
1 parent 49f54a8 commit 8547e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false # Do not stop other jobs if one fails
1919
matrix:
2020
version: [20, 22, 24]
21-
os: [ubuntu-24.04, windows-2025, macos-15]
21+
os: [ubuntu-24.04, windows-2022, macos-15]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424

0 commit comments

Comments
 (0)