Skip to content

Commit 07e5c10

Browse files
committed
update runner image for C tests
1 parent 8959a30 commit 07e5c10

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,22 +405,22 @@ jobs:
405405
existing: ""
406406
scheduled: ""
407407
- name: win_release_64
408-
image: windows-latest
408+
image: windows-2025-vs2026
409409
options: "-release_64"
410410
existing: "-existing_release_64"
411411
scheduled: "-analysis"
412412
- name: win_debug_64
413-
image: windows-latest
413+
image: windows-2025-vs2026
414414
options: "-debug_64"
415415
existing: "-existing_debug_64"
416416
scheduled: ""
417417
- name: win_release_32
418-
image: windows-latest
418+
image: windows-2025-vs2026
419419
options: "-release_32"
420420
existing: ""
421421
scheduled: "-analysis"
422422
- name: win_debug_32
423-
image: windows-latest
423+
image: windows-2025-vs2026
424424
options: "-debug_32"
425425
existing: ""
426426
scheduled: ""

0 commit comments

Comments
 (0)