We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6005572 commit d504612Copy full SHA for d504612
.github/workflows/Windows.yml
@@ -241,20 +241,20 @@ jobs:
241
fail-fast: false
242
matrix:
243
include:
244
- - name: win2022-msvc-clang-repl-19
245
- os: windows-2022
+ - name: win2025-msvc-clang-repl-19
+ os: windows-2025
246
compiler: msvc
247
clang-runtime: '19'
248
cling: Off
249
cppyy: Off
250
- - name: win2022-msvc-clang-repl-18
251
+ - name: win2025-msvc-clang-repl-18
252
253
clang-runtime: '18'
254
255
256
- - name: win2022-msvc-clang-repl-17
257
+ - name: win2025-msvc-clang-repl-17
258
259
clang-runtime: '17'
260
0 commit comments