Skip to content

Commit 1cf2299

Browse files
authored
Depricate Windows 2019 build. Use 2022 instead
1 parent fd12684 commit 1cf2299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-13, macos-15]
21+
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2022, macos-13, macos-15]
2222
build_type: [Release, Debug]
2323
cpp_compiler: [g++, clang++, cl]
2424
include:
2525
- os: windows-latest
2626
cpp_compiler: cl
2727
c_compiler: cl
28-
- os: windows-2019
28+
- os: windows-2022
2929
cpp_compiler: cl
3030
c_compiler: cl
3131
- os: ubuntu-latest
@@ -57,9 +57,9 @@ jobs:
5757
cpp_compiler: g++
5858
- os: windows-latest
5959
cpp_compiler: clang++
60-
- os: windows-2019
60+
- os: windows-2022
6161
cpp_compiler: g++
62-
- os: windows-2019
62+
- os: windows-2022
6363
cpp_compiler: clang++
6464
- os: ubuntu-latest
6565
cpp_compiler: cl

0 commit comments

Comments
 (0)