Skip to content

Commit 133df3b

Browse files
committed
Removed windows-2019 GitHub Actions jobs.
The windows-2019 image is deprecated and is about to be removed.
1 parent f4bb6d0 commit 133df3b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 Andrey Semashev
1+
# Copyright 2021-2025 Andrey Semashev
22
#
33
# Distributed under the Boost Software License, Version 1.0.
44
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
@@ -551,22 +551,16 @@ jobs:
551551
fail-fast: false
552552
matrix:
553553
include:
554-
- toolset: msvc-14.0
555-
cxxstd: "14"
556-
os: windows-2019
557-
extra_tests: 1
558-
- toolset: msvc-14.2
559-
cxxstd: "14,17,20,latest"
560-
os: windows-2019
561554
- toolset: msvc-14.3
562555
cxxstd: "14,17,20,latest"
563556
os: windows-2022
557+
extra_tests: 1
564558
- toolset: clang-win
565559
cxxstd: "14,17,latest"
566560
os: windows-2022
567561
- toolset: gcc
568-
cxxstd: "11-gnu,14-gnu,17-gnu,2a-gnu"
569-
os: windows-2019
562+
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,23-gnu"
563+
os: windows-2022
570564

571565
- name: CMake MSVC tests
572566
cmake_tests: 1

0 commit comments

Comments
 (0)