Skip to content

Commit e0249dc

Browse files
authored
drop windows-2019, add windows-2025 (#139)
update the test matrix, windows-2019 runner is deprecated and windows-2025 is out
1 parent 911b7c6 commit e0249dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/compat/matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ os:
33
- ubuntu-22.04
44
- macos-14
55
- macos-13
6+
- windows-2025
67
- windows-2022
7-
- windows-2019
88
toolchain:
99
- {compiler: gcc, version: 14}
1010
- {compiler: gcc, version: 13}
@@ -90,7 +90,7 @@ exclude:
9090
- os: macos-13
9191
toolchain: {compiler: nvidia-hpc}
9292
# nvidia-hpc not available for windows
93-
- os: windows-2022
93+
- os: windows-2025
9494
toolchain: {compiler: nvidia-hpc}
95-
- os: windows-2019
95+
- os: windows-2022
9696
toolchain: {compiler: nvidia-hpc}

0 commit comments

Comments
 (0)