From 00b5c92b2d84265961e544f985baa86cafcaf283 Mon Sep 17 00:00:00 2001 From: sdarwin Date: Tue, 3 May 2022 10:14:33 -0500 Subject: [PATCH] Update GHA, remove windows-2016 --- .github/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e91f0d6..3c6be0af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -277,23 +277,6 @@ jobs: fail-fast: false matrix: include: - - description: msvc-14.1-cxx14-win32 - toolset: msvc-14.1 - cxxstd: "14" - addrmd: 32 - os: windows-2016 - cxxflags: "" - supported: true -# msvc-141 ICEs when built with -# optimisations on in c++17 configuration -# both 32-bit and 64-bit arch - - description: msvc-14.1-cxx14-win64 - toolset: msvc-14.1 - cxxstd: "14" - addrmd: 64 - os: windows-2016 - cxxflags: "" - supported: true - description: msvc-14.2-cxx14-win32 toolset: msvc-14.2 cxxstd: "14"