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:
459
459
460
460
windows-msvc142:
461
461
name: "Windows msvc142"
462
- runs-on: windows-2019
462
+ runs-on: windows-2025
463
463
timeout-minutes: 120
464
464
needs: sanity_check
465
465
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_msvc142 == 'true'))
@@ -491,7 +491,7 @@ jobs:
491
491
- name: Build
492
492
shell: cmd
493
493
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
495
495
cd win32
496
496
nmake CCTYPE=MSVC142 CFG=Debug
497
497
- name: Show Config
@@ -502,7 +502,7 @@ jobs:
502
502
- name: Run Tests
503
503
shell: cmd
504
504
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
506
506
cd win32
507
507
nmake CCTYPE=MSVC142 CFG=Debug test
508
508
You can’t perform that action at this time.
0 commit comments