Skip to content

Commit 8c01cc2

Browse files
committed
Remove Windows 2019 as it's not longer supported in github
1 parent 23e7a9c commit 8c01cc2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -594,14 +594,6 @@ jobs:
594594
fail-fast: false
595595
matrix:
596596
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-
addrmd: 32,64
604-
os: windows-2019
605597
- toolset: msvc-14.3
606598
cxxstd: "14,17,20,latest"
607599
addrmd: 32,64
@@ -613,7 +605,7 @@ jobs:
613605
- toolset: gcc
614606
cxxstd: "03,11,14,17,2a"
615607
addrmd: 64
616-
os: windows-2019
608+
os: windows-2022
617609

618610
timeout-minutes: 180
619611
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)