@@ -334,7 +334,7 @@ jobs:
334334 # the host environment (libstdc++ or libc++).
335335 msys2 :
336336 needs : [prepare]
337- runs-on : windows-latest
337+ runs-on : windows-2025
338338 defaults :
339339 run :
340340 shell : msys2 {0}
@@ -449,7 +449,7 @@ jobs:
449449 - x86_64
450450 - i686
451451 - aarch64
452- runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest '}}
452+ runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-2025 '}}
453453 steps :
454454 - uses : msys2/setup-msys2@v2
455455 with :
@@ -492,7 +492,7 @@ jobs:
492492 - { arch: x86_64, target_arch: i686 }
493493 - { arch: x86_64, target_arch: x86_64 }
494494 - { arch: aarch64, target_arch: aarch64 }
495- runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest '}}
495+ runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-2025 '}}
496496 steps :
497497 - uses : actions/download-artifact@v4
498498 with :
@@ -550,7 +550,7 @@ jobs:
550550 - { arch: i686, asmflag: }
551551 - { arch: x86_64, asmflag: -m64 }
552552 - { arch: aarch64 }
553- runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest '}}
553+ runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-2025 '}}
554554 steps :
555555 - uses : actions/download-artifact@v4
556556 with :
@@ -612,7 +612,7 @@ jobs:
612612 - x86_64
613613 - i686
614614 - aarch64
615- runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest '}}
615+ runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-2025 '}}
616616 steps :
617617 - uses : actions/download-artifact@v4
618618 with :
@@ -725,7 +725,7 @@ jobs:
725725 # for scheduled builds.
726726 test-ffmpeg :
727727 needs : [linux-cross-windows]
728- runs-on : windows-latest
728+ runs-on : windows-2025
729729 defaults :
730730 run :
731731 shell : msys2 {0}
0 commit comments