New CI: Microsoft Visual Studio 2022.
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
parent
d2a2320820
commit
94114b05ca
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -10,9 +10,10 @@ jobs:
|
|||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# windows-2019 has MSVC 2019 installed:
|
# windows-2019 has MSVC 2019 installed;
|
||||||
|
# windows-2022 has MSVC 2022 installed:
|
||||||
# https://github.com/actions/virtual-environments.
|
# https://github.com/actions/virtual-environments.
|
||||||
os: [windows-2019]
|
os: [windows-2019, windows-2022]
|
||||||
platform: [Win32, x64]
|
platform: [Win32, x64]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
standard: [11, 17, 20]
|
standard: [11, 17, 20]
|
||||||
@ -28,6 +29,8 @@ jobs:
|
|||||||
- os: windows-2019
|
- os: windows-2019
|
||||||
standard: 20
|
standard: 20
|
||||||
platform: Win32
|
platform: Win32
|
||||||
|
- os: windows-2022
|
||||||
|
standard: 11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user