File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ jobs:
459459
460460 windows-msvc142:
461461 name: "Windows msvc142"
462- runs-on: windows-2019
462+ runs-on: windows-2025
463463 timeout-minutes: 120
464464 needs: sanity_check
465465 if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_msvc142 == 'true'))
@@ -491,7 +491,7 @@ jobs:
491491 - name: Build
492492 shell: cmd
493493 run: |
494- call "C:\Program Files (x86)\Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
494+ call "C:\Program Files (x86)\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
495495 cd win32
496496 nmake CCTYPE=MSVC142 CFG=Debug
497497 - name: Show Config
@@ -502,7 +502,7 @@ jobs:
502502 - name: Run Tests
503503 shell: cmd
504504 run: |
505- call "C:\Program Files (x86)\Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
505+ call "C:\Program Files (x86)\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
506506 cd win32
507507 nmake CCTYPE=MSVC142 CFG=Debug test
508508
@@ -515,7 +515,7 @@ jobs:
515515
516516 mingw64:
517517 name: "Windows mingw64"
518- runs-on: windows-2019
518+ runs-on: windows-2025
519519 timeout-minutes: 120
520520 needs: sanity_check
521521 if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_mingw64 == 'true'))
@@ -566,7 +566,7 @@ jobs:
566566
567567 cygwin:
568568 name: "cygwin"
569- runs-on: windows-2019
569+ runs-on: windows-2025
570570 timeout-minutes: 120
571571 needs: sanity_check
572572 if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_cygwin == 'true'))
You can’t perform that action at this time.
0 commit comments