We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a6a14 commit 54207beCopy full SHA for 54207be
.github/workflows/build.yml
@@ -1036,7 +1036,7 @@ jobs:
1036
Windows:
1037
strategy:
1038
matrix:
1039
- os: [{id: windows-2019, label: "2019/x64"}]
+ os: [{id: windows-2022, label: "2022/x64"}]
1040
runs-on: ${{ matrix.os.id }}
1041
name: Windows ${{ matrix.os.label }}
1042
@@ -1066,7 +1066,7 @@ jobs:
1066
- name: "Harden vcvarsall.bat"
1067
shell: pwsh
1068
run: |
1069
- cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build'
+ cd 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build'
1070
mv vcvarsall.bat orig_vcvarsall.bat
1071
echo @'
1072
@if not "%VSCMD_DEBUG%" GEQ "3" echo off
0 commit comments