try enabling windows-2022 (#445)
* try enable windows-2022 Signed-off-by: SchrodingerZhu <i@zhuyi.fan> * only test MSVC on windows 2022 Signed-off-by: SchrodingerZhu <i@zhuyi.fan>
This commit is contained in:
committed by
GitHub
parent
a77890c6ee
commit
74a2da177f
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
@@ -232,6 +232,23 @@ jobs:
|
||||
toolchain: ""
|
||||
extra-cmake-flags: -DWIN8COMPAT=TRUE
|
||||
variant: Windows 8 compatible
|
||||
- os: windows-2022
|
||||
build-type: Release
|
||||
arch: Win32
|
||||
toolchain: ""
|
||||
- os: windows-2022
|
||||
build-type: Debug
|
||||
arch: Win32
|
||||
toolchain: ""
|
||||
- os: windows-2022
|
||||
build-type: Release
|
||||
arch: x64
|
||||
toolchain: ""
|
||||
- os: windows-2022
|
||||
build-type: Debug
|
||||
arch: x64
|
||||
toolchain: ""
|
||||
|
||||
# Don't abort runners if a single one fails
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user