[ci] Update msvc version in gh workflow

This commit is contained in:
Adam Wulkiewicz 2022-02-07 17:27:40 +01:00 committed by GitHub
parent 9c18680f31
commit 64803f39c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: