We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8959a30 commit 07e5c10Copy full SHA for 07e5c10
1 file changed
.github/workflows/ci.yml
@@ -405,22 +405,22 @@ jobs:
405
existing: ""
406
scheduled: ""
407
- name: win_release_64
408
- image: windows-latest
+ image: windows-2025-vs2026
409
options: "-release_64"
410
existing: "-existing_release_64"
411
scheduled: "-analysis"
412
- name: win_debug_64
413
414
options: "-debug_64"
415
existing: "-existing_debug_64"
416
417
- name: win_release_32
418
419
options: "-release_32"
420
421
422
- name: win_debug_32
423
424
options: "-debug_32"
425
426
0 commit comments