Skip to content

Commit

Permalink
Remove MSVC 14.0 since math no longer supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Nov 5, 2024
1 parent 00381ec commit 91a4a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 91a4a91

Please sign in to comment.