File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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\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\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
506506 cd win32
507507 nmake CCTYPE=MSVC142 CFG=Debug test
508508
You can’t perform that action at this time.
0 commit comments