From 91a4a916fa193b02bda2ffc3920953387acae962 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 5 Nov 2024 14:58:01 -0500 Subject: [PATCH] Remove MSVC 14.0 since math no longer supports it --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d45d465e..2c4b95f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,7 +225,6 @@ jobs: fail-fast: false matrix: include: - - { toolset: msvc-14.0, cxxstd: '14,latest', addrmd: '32,64', os: windows-2019 } - { toolset: msvc-14.2, cxxstd: '14,17,20', addrmd: '32,64', os: windows-2019 } - { toolset: msvc-14.3, cxxstd: '14,17,20,latest',addrmd: '32,64', os: windows-2022 } #- { name: Collect coverage, coverage: yes,