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:
Schrodinger ZHU Yifan
2022-01-07 19:24:56 +08:00
committed by GitHub
parent a77890c6ee
commit 74a2da177f

View File

@@ -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 }}