We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e7a9c commit 8c01cc2Copy full SHA for 8c01cc2
.github/workflows/ci.yml
@@ -594,14 +594,6 @@ jobs:
594
fail-fast: false
595
matrix:
596
include:
597
- - toolset: msvc-14.0
598
- cxxstd: "14"
599
- addrmd: 32,64
600
- os: windows-2019
601
- - toolset: msvc-14.2
602
- cxxstd: "14,17,20,latest"
603
604
605
- toolset: msvc-14.3
606
cxxstd: "14,17,20,latest"
607
addrmd: 32,64
@@ -613,7 +605,7 @@ jobs:
613
- toolset: gcc
614
cxxstd: "03,11,14,17,2a"
615
addrmd: 64
616
608
+ os: windows-2022
617
609
618
610
timeout-minutes: 180
619
611
runs-on: ${{matrix.os}}
0 commit comments