From 1ebfb3b689385e1ec7b6a9f04f96ac3e372c5e69 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 28 Oct 2021 23:22:20 +0300 Subject: [PATCH] Add msvc-14.3 to ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c28199f..a31fd21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,6 +155,10 @@ jobs: cxxstd: "14,17,latest" addrmd: 32,64 os: windows-2019 + - toolset: msvc-14.3 + cxxstd: "14,17,latest" + addrmd: 32,64 + os: windows-2022 - toolset: gcc cxxstd: "03,11,14,17,2a" addrmd: 64