From d60c2abae08441ce9dc0a3c680d1ee63f4965ac8 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 10 Mar 2024 11:45:53 +0100 Subject: [PATCH] Remove: official support for MSVC 2019 --- .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 }})