Drop Win2019 from CI (#778)

This commit is contained in:
Matthew Parkinson
2025-07-01 10:18:07 +01:00
committed by GitHub
parent 9a3d12a724
commit 76c67a3ee3

View File

@@ -399,14 +399,14 @@ jobs:
strategy:
matrix:
# 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 ]
arch: [ Win32, x64 ]
toolchain: [ "", "-T ClangCL" ]
extra-cmake-flags: [ "" ]
# Add an extra check for the Windows 8 compatible PAL
include:
- os: windows-2019
- os: windows-2022
build-type: Release
arch: x64
toolchain: ""