From 44ca553edb998ff93733ad18e15d349aa8ab1098 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 22 Dec 2021 07:54:58 +0200 Subject: [PATCH] Remove msvc-14.0 from GHA, fails with 'out of heap space' --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d72d86b..f8d1599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,10 +144,7 @@ jobs: fail-fast: false matrix: include: - - toolset: msvc-14.0 - cxxstd: "14" - addrmd: 32,64 - os: windows-2019 + # msvc-14.0 not included, because it fails with "compiler is out of heap space" - toolset: msvc-14.1 cxxstd: "14,17,latest" addrmd: 32,64