Skip to content

Commit c07744d

Browse files
committed
CI: upgrade Windows runner
1 parent 733bc4e commit c07744d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)