Skip to content

Commit 91a4a91

Browse files
committed
Remove MSVC 14.0 since math no longer supports it
1 parent 00381ec commit 91a4a91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ jobs:
225225
fail-fast: false
226226
matrix:
227227
include:
228-
- { toolset: msvc-14.0, cxxstd: '14,latest', addrmd: '32,64', os: windows-2019 }
229228
- { toolset: msvc-14.2, cxxstd: '14,17,20', addrmd: '32,64', os: windows-2019 }
230229
- { toolset: msvc-14.3, cxxstd: '14,17,20,latest',addrmd: '32,64', os: windows-2022 }
231230
#- { name: Collect coverage, coverage: yes,

0 commit comments

Comments
 (0)