From 91ac80468ecb727be2f87a838fd96b96ab717d9a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 28 Oct 2021 21:56:29 +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 f8d7a77..5083262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,6 +152,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