Skip to content

Commit 9b54e9a

Browse files
authored
Depricate ubuntu-20.04 builds. Use ubuntu-22.04 instead
1 parent 1cf2299 commit 9b54e9a

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,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2022, macos-13, macos-15]
21+
os: [ubuntu-latest, ubuntu-22.04, windows-latest, windows-2022, macos-13, macos-15]
2222
build_type: [Release, Debug]
2323
cpp_compiler: [g++, clang++, cl]
2424
include:
@@ -34,10 +34,10 @@ jobs:
3434
- os: ubuntu-latest
3535
cpp_compiler: clang++
3636
c_compiler: clang
37-
- os: ubuntu-20.04
37+
- os: ubuntu-22.04
3838
cpp_compiler: g++
3939
c_compiler: gcc
40-
- os: ubuntu-20.04
40+
- os: ubuntu-22.04
4141
cpp_compiler: clang++
4242
c_compiler: clang
4343
- os: macos-13
@@ -63,7 +63,7 @@ jobs:
6363
cpp_compiler: clang++
6464
- os: ubuntu-latest
6565
cpp_compiler: cl
66-
- os: ubuntu-20.04
66+
- os: ubuntu-22.04
6767
cpp_compiler: cl
6868
- os: macos-13
6969
cpp_compiler: cl

0 commit comments

Comments
 (0)