Skip to content

Commit

Permalink
Add msvc-14.0, msvc-14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 2, 2021
1 parent 6249660 commit 3646a71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -146,6 +146,10 @@ jobs:
fail-fast: false
matrix:
include:
- toolset: msvc-14.0
cxxstd: 14
addrmd: 32,64
os: windows-2019
- toolset: msvc-14.1
cxxstd: "14,17,latest"
addrmd: 32,64
Expand All @@ -154,6 +158,10 @@ jobs:
cxxstd: "14,17,latest"
addrmd: 32,64
os: windows-2019
- toolset: msvc-14.3
cxxstd: "14,17,20,latest"
addrmd: 32,64
os: windows-2022
- toolset: gcc
cxxstd: "03,11,14,17,2a"
addrmd: 64
Expand Down

0 comments on commit 3646a71

Please sign in to comment.