From 64803f39c1f1f9201ab2567c880f7b2e96d4830d Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Mon, 7 Feb 2022 17:27:40 +0100 Subject: [PATCH] [ci] Update msvc version in gh workflow --- .github/workflows/minimal.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/minimal.yml b/.github/workflows/minimal.yml index f6f01369d..c54fd9ce4 100644 --- a/.github/workflows/minimal.yml +++ b/.github/workflows/minimal.yml @@ -232,14 +232,12 @@ jobs: strategy: fail-fast: false matrix: - # TODO: Waiting for msvc-14.0, msvc-14.1 - # https://github.com/actions/virtual-environments/issues/68#issuecomment-596817066 b2_toolset: [ - msvc-14.2 + msvc-14.3 ] include: - - b2_toolset: msvc-14.2 + - b2_toolset: msvc-14.3 b2_cxxstd: 14,17,2a steps: