From 6bfd2b4aa9039d935d83f23168d90f918b669023 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 10 Mar 2024 13:26:07 +0100 Subject: [PATCH] Remove: official support for MSVC 2019 (#12254) --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4dd4b4b08e..953efe7bca 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -274,7 +274,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, windows-2019] + os: [windows-latest] arch: [x86, x64] name: Windows (${{ matrix.os }} / ${{ matrix.arch }})