From f8f2fc84ea7f20fcc01b90ce6d3cb6506cbd9bbd Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sat, 19 Jul 2025 13:41:44 -0700 Subject: [PATCH] remove VS2019 from test matrix VS2019 is no longer supported by Github Actions --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be746ca..38579da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -538,7 +538,6 @@ jobs: matrix: system: [ { os: windows-2022, vc: "VC++ 2022", clangcl: 'true', }, - { os: windows-2019, vc: "VC++ 2019", clangcl: 'true', }, ] arch: [ x64, Win32, ARM64 ] # make every PowerShell step start with `$ErrorActionPreference = 'Stop'`