From 76c67a3ee379b99e8af9be86cfdfcc09414f91ae Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 1 Jul 2025 10:18:07 +0100 Subject: [PATCH] Drop Win2019 from CI (#778) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2c6b68..139e311 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: ""