Skip to content

Commit 30c41d8

Browse files
authored
Upgrade Windows ci runners to Windows 2025 (#429)
1 parent 17dbf43 commit 30c41d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- name: win2022-msvc-clang-repl-19
25-
os: windows-2022
24+
- name: win2025-msvc-clang-repl-19
25+
os: windows-2025
2626
compiler: msvc
2727
clang-runtime: '19'
2828
cling: Off
2929
cppyy: Off
3030
llvm_enable_projects: "clang"
3131
llvm_targets_to_build: "host;NVPTX"
32-
- name: win2022-msvc-clang-repl-18
33-
os: windows-2022
32+
- name: win2025-msvc-clang-repl-18
33+
os: windows-2025
3434
compiler: msvc
3535
clang-runtime: '18'
3636
cling: Off
3737
cppyy: Off
3838
llvm_enable_projects: "clang"
3939
llvm_targets_to_build: "host;NVPTX"
40-
- name: win2022-msvc-clang-repl-17
41-
os: windows-2022
40+
- name: win2025-msvc-clang-repl-17
41+
os: windows-2025
4242
compiler: msvc
4343
clang-runtime: '17'
4444
cling: Off

0 commit comments

Comments
 (0)