Skip to content

Commit 0d10e8f

Browse files
committed
Re-activate MSVC 14.3 and Clang-CL testing
1 parent d70e67f commit 0d10e8f

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -467,28 +467,26 @@ jobs:
467467
cxxstd: "14,17,20,latest"
468468
addrmd: "32"
469469
os: windows-2019
470-
# B2 does not work with MSVC 17.10. Once it's updated we can re-enable these tests
471-
# Still covered in drone
472-
#- toolset: msvc-14.3
473-
# cxxstd: "14,17,20,latest"
474-
# addrmd: "32"
475-
# os: windows-2022
470+
- toolset: msvc-14.3
471+
cxxstd: "14,17,20,latest"
472+
addrmd: "32"
473+
os: windows-2022
476474
- toolset: msvc-14.2
477475
cxxstd: "14,17,20,latest"
478476
addrmd: "64"
479477
os: windows-2019
480-
#- toolset: msvc-14.3
481-
# cxxstd: "14,17,20,latest"
482-
# addrmd: "64"
483-
# os: windows-2022
484-
#- toolset: clang-win
485-
# cxxstd: "14,17,latest"
486-
# addrmd: "32"
487-
# os: windows-2022
488-
#- toolset: clang-win
489-
# cxxstd: "14,17,latest"
490-
# addrmd: "64"
491-
# os: windows-2022
478+
- toolset: msvc-14.3
479+
cxxstd: "14,17,20,latest"
480+
addrmd: "64"
481+
os: windows-2022
482+
- toolset: clang-win
483+
cxxstd: "14,17,latest"
484+
addrmd: "32"
485+
os: windows-2022
486+
- toolset: clang-win
487+
cxxstd: "14,17,latest"
488+
addrmd: "64"
489+
os: windows-2022
492490
- toolset: gcc
493491
cxxstd: "03,11,14,17,2a"
494492
addrmd: "64"

0 commit comments

Comments
 (0)