We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314d318 commit 43d9236Copy full SHA for 43d9236
.github/workflows/clang.yml
@@ -16,7 +16,7 @@ jobs:
16
- version: 13
17
os: ubuntu-22.04
18
- version: 14
19
- os: ubuntu-22.04
+ os: ubuntu-24.04
20
- version: 16
21
os: ubuntu-24.04
22
- version: 18
@@ -50,9 +50,9 @@ jobs:
50
cd build_static_std_libs
51
cmake ../ -DENABLE_LTO=ON -DENABLE_STATIC_STANDARD_LIBRARIES=ON
52
make -j2
53
- if: matrix.version == 14 || matrix.version == 18
+ if: matrix.version == 12 || matrix.version == 18
54
- name: Tests of build with statically linked standard libraries
55
run: |
56
cd "$GITHUB_WORKSPACE"/build_static_std_libs
57
ctest -V
58
0 commit comments