Drop Win2019 from CI (#778)
This commit is contained in:
committed by
GitHub
parent
9a3d12a724
commit
76c67a3ee3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -399,14 +399,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Build each combination of OS and release/debug variants
|
# Build each combination of OS and release/debug variants
|
||||||
os: [ windows-2019, windows-2022, windows-2025 ]
|
os: [ windows-2022, windows-2025 ]
|
||||||
build-type: [ Release, Debug ]
|
build-type: [ Release, Debug ]
|
||||||
arch: [ Win32, x64 ]
|
arch: [ Win32, x64 ]
|
||||||
toolchain: [ "", "-T ClangCL" ]
|
toolchain: [ "", "-T ClangCL" ]
|
||||||
extra-cmake-flags: [ "" ]
|
extra-cmake-flags: [ "" ]
|
||||||
# Add an extra check for the Windows 8 compatible PAL
|
# Add an extra check for the Windows 8 compatible PAL
|
||||||
include:
|
include:
|
||||||
- os: windows-2019
|
- os: windows-2022
|
||||||
build-type: Release
|
build-type: Release
|
||||||
arch: x64
|
arch: x64
|
||||||
toolchain: ""
|
toolchain: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user