We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf7848 commit eff3f40Copy full SHA for eff3f40
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
fail-fast: false
37
matrix:
38
- os: [ubuntu-22.04, ubuntu-20.04]
+ os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
39
cxx: [20]
40
build_type: ["RelWithDebInfo"]
41
llvm_version:
@@ -56,8 +56,6 @@ jobs:
56
# max-size: 256M
57
- name: "update APT database"
58
run: sudo apt -q update
59
-
60
61
- name: Install clang
62
run: |
63
wget https://apt.llvm.org/llvm.sh
@@ -78,6 +76,5 @@ jobs:
78
76
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
79
77
- name: "build"
80
run: cmake --build build --parallel 3
81
82
- name: "run test"
83
run: ./build/test-boxed-cpp
0 commit comments