Skip to content

Commit

Permalink
Update minimal.yml by correcting msvc version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion authored Dec 12, 2023
1 parent fa36235 commit 7c50123
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ 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_cxxstd: 14,17,2a
Expand Down

0 comments on commit 7c50123

Please sign in to comment.