Skip to content

Commit 43d9236

Browse files
committed
ci: move Clang 14 build on GHA from Ubuntu 22.04 to Ubuntu 24.04
1 parent 314d318 commit 43d9236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- version: 13
1717
os: ubuntu-22.04
1818
- version: 14
19-
os: ubuntu-22.04
19+
os: ubuntu-24.04
2020
- version: 16
2121
os: ubuntu-24.04
2222
- version: 18
@@ -50,9 +50,9 @@ jobs:
5050
cd build_static_std_libs
5151
cmake ../ -DENABLE_LTO=ON -DENABLE_STATIC_STANDARD_LIBRARIES=ON
5252
make -j2
53-
if: matrix.version == 14 || matrix.version == 18
53+
if: matrix.version == 12 || matrix.version == 18
5454
- name: Tests of build with statically linked standard libraries
5555
run: |
5656
cd "$GITHUB_WORKSPACE"/build_static_std_libs
5757
ctest -V
58-
if: matrix.version == 14 || matrix.version == 18
58+
if: matrix.version == 12 || matrix.version == 18

0 commit comments

Comments
 (0)