Skip to content

Commit

Permalink
[ci] Fix mscv versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Dec 12, 2023
1 parent fa36235 commit 19d68c8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,17 +282,20 @@ jobs:
fail-fast: false
matrix:
b2_toolset: [
msvc-14.3,
msvc-15,
msvc-16,
msvc-14.0,
msvc-14.1,
msvc-14.2,
msvc-14.3
]

include:
- b2_toolset: msvc-14.3
- b2_toolset: msvc-14.0
b2_cxxstd: 14,17,2a
- b2_toolset: msvc-14.1
b2_cxxstd: 14,17,2a
- b2_toolset: msvc-15
- b2_toolset: msvc-14.2
b2_cxxstd: 14,17,2a
- b2_toolset: msvc-16
- b2_toolset: msvc-14.3
b2_cxxstd: 14,17,2a

steps:
Expand Down

0 comments on commit 19d68c8

Please sign in to comment.