2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-19 04:22:12 +00:00

Remove MSVC 14.0 since math no longer supports it

This commit is contained in:
Matt Borland
2024-11-05 14:58:01 -05:00
parent 00381ec23f
commit 91a4a916fa

View File

@@ -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,