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 @@ -179,19 +179,19 @@ jobs:
179179
180180 conf_test_windows :
181181 name : Test configuration on Windows
182- runs-on : windows-2019
182+ runs-on : windows-2022
183183 needs : [gcc, clang]
184184 steps :
185185 - name : Checkout
186186 uses : actions/checkout@v4
187187 - name : 32-bit
188188 run : |
189- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars32.bat"
189+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvars32.bat"
190190 cl /Isrc extras/conf_test/x86.cpp
191191 shell : cmd
192192 - name : 64-bit
193193 run : |
194- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
194+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
195195 cl /Isrc extras/conf_test/x64.cpp
196196 shell : cmd
197197
You can’t perform that action at this time.
0 commit comments