Skip to content

Commit aa45709

Browse files
committed
Run msvc tests on latest Windows Server 2025
1 parent 8241792 commit aa45709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testsuite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)