1
0
forked from boostorg/mp11

Remove msvc-14.0 from GHA, fails with 'out of heap space'

This commit is contained in:
Peter Dimov
2021-12-22 07:54:58 +02:00
parent 219c8c1027
commit 44ca553edb

View File

@@ -144,10 +144,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- toolset: msvc-14.0 # msvc-14.0 not included, because it fails with "compiler is out of heap space"
cxxstd: "14"
addrmd: 32,64
os: windows-2019
- toolset: msvc-14.1 - toolset: msvc-14.1
cxxstd: "14,17,latest" cxxstd: "14,17,latest"
addrmd: 32,64 addrmd: 32,64