Skip to content

Commit 077a0eb

Browse files
committed
Add ubuntu-22 to CI builds
1 parent 9303542 commit 077a0eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, macos-latest]
16+
os: [ubuntu-latest, macos-latest, ubuntu-22.04]
1717
build_type: [Release]
1818
c_compiler: [gcc, clang]
1919
cpp_compiler: [g++, clang++]
@@ -24,6 +24,12 @@ jobs:
2424
- os: ubuntu-latest
2525
c_compiler: clang
2626
cpp_compiler: clang++
27+
- os: ubuntu-22.04
28+
c_compiler: gcc
29+
cpp_compiler: g++
30+
- os: ubuntu-22.04
31+
c_compiler: clang
32+
cpp_compiler: clang++
2733
- os: macos-latest
2834
c_compiler: clang
2935
cpp_compiler: clang++

0 commit comments

Comments
 (0)