Skip to content

Commit eff3f40

Browse files
Add Ubuntu 24.04 to CI
Signed-off-by: Christian Parpart <[email protected]>
1 parent bcf7848 commit eff3f40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
os: [ubuntu-22.04, ubuntu-20.04]
38+
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
3939
cxx: [20]
4040
build_type: ["RelWithDebInfo"]
4141
llvm_version:
@@ -56,8 +56,6 @@ jobs:
5656
# max-size: 256M
5757
- name: "update APT database"
5858
run: sudo apt -q update
59-
60-
6159
- name: Install clang
6260
run: |
6361
wget https://apt.llvm.org/llvm.sh
@@ -78,6 +76,5 @@ jobs:
7876
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
7977
- name: "build"
8078
run: cmake --build build --parallel 3
81-
8279
- name: "run test"
8380
run: ./build/test-boxed-cpp

0 commit comments

Comments
 (0)