Skip to content

Commit d504612

Browse files
authored
Fix Windows 2025 ci (#431)
1 parent 6005572 commit d504612

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
@@ -241,20 +241,20 @@ jobs:
241241
fail-fast: false
242242
matrix:
243243
include:
244-
- name: win2022-msvc-clang-repl-19
245-
os: windows-2022
244+
- name: win2025-msvc-clang-repl-19
245+
os: windows-2025
246246
compiler: msvc
247247
clang-runtime: '19'
248248
cling: Off
249249
cppyy: Off
250-
- name: win2022-msvc-clang-repl-18
251-
os: windows-2022
250+
- name: win2025-msvc-clang-repl-18
251+
os: windows-2025
252252
compiler: msvc
253253
clang-runtime: '18'
254254
cling: Off
255255
cppyy: Off
256-
- name: win2022-msvc-clang-repl-17
257-
os: windows-2022
256+
- name: win2025-msvc-clang-repl-17
257+
os: windows-2025
258258
compiler: msvc
259259
clang-runtime: '17'
260260
cling: Off

0 commit comments

Comments
 (0)