Skip to content

Commit df5fd8f

Browse files
committed
Removed windows-2019 GitHub Actions jobs.
The windows-2019 image is deprecated and will soon be removed.
1 parent b409917 commit df5fd8f

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -551,15 +551,6 @@ jobs:
551551
fail-fast: false
552552
matrix:
553553
include:
554-
- toolset: msvc-14.0
555-
cxxstd: "14"
556-
addrmd: 32,64
557-
os: windows-2019
558-
extra_tests: 1
559-
- toolset: msvc-14.2
560-
cxxstd: "14,17,20,latest"
561-
addrmd: 32,64
562-
os: windows-2019
563554
- toolset: msvc-14.3
564555
cxxstd: "14,17,20,latest"
565556
addrmd: 32,64
@@ -569,9 +560,9 @@ jobs:
569560
addrmd: 32,64
570561
os: windows-2022
571562
- toolset: gcc
572-
cxxstd: "11,14,17,2a"
563+
cxxstd: "11,14,17,20,23"
573564
addrmd: 64
574-
os: windows-2019
565+
os: windows-2022
575566

576567
- name: CMake MSVC tests
577568
cmake_tests: 1

0 commit comments

Comments
 (0)