From f6cad272d457cdb9aaff367b62e907809f555a52 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 9 Dec 2021 19:59:01 +0200 Subject: [PATCH] Add msvc-14.0 to GHA --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a31fd21..81b1e9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,6 +147,10 @@ jobs: fail-fast: false matrix: include: + - toolset: msvc-14.0 + cxxstd: "14" + addrmd: 32,64 + os: windows-2019 - toolset: msvc-14.1 cxxstd: "14,17,latest" addrmd: 32,64