Skip to content

Commit 54207be

Browse files
committed
CI: windows-2019 has been retired; upgrade to 2022
1 parent 97a6a14 commit 54207be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ jobs:
10361036
Windows:
10371037
strategy:
10381038
matrix:
1039-
os: [{id: windows-2019, label: "2019/x64"}]
1039+
os: [{id: windows-2022, label: "2022/x64"}]
10401040
runs-on: ${{ matrix.os.id }}
10411041
name: Windows ${{ matrix.os.label }}
10421042

@@ -1066,7 +1066,7 @@ jobs:
10661066
- name: "Harden vcvarsall.bat"
10671067
shell: pwsh
10681068
run: |
1069-
cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build'
1069+
cd 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build'
10701070
mv vcvarsall.bat orig_vcvarsall.bat
10711071
echo @'
10721072
@if not "%VSCMD_DEBUG%" GEQ "3" echo off

0 commit comments

Comments
 (0)