forked from bblanchon/ArduinoJson
CI: upgrade Windows runner
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -179,19 +179,19 @@ jobs:
|
|||||||
|
|
||||||
conf_test_windows:
|
conf_test_windows:
|
||||||
name: Test configuration on Windows
|
name: Test configuration on Windows
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
needs: [gcc, clang]
|
needs: [gcc, clang]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: 32-bit
|
- name: 32-bit
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
|
||||||
cl /Isrc extras/conf_test/x86.cpp
|
cl /Isrc extras/conf_test/x86.cpp
|
||||||
shell: cmd
|
shell: cmd
|
||||||
- name: 64-bit
|
- name: 64-bit
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
cl /Isrc extras/conf_test/x64.cpp
|
cl /Isrc extras/conf_test/x64.cpp
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user