Skip to content

Commit 03ffdd2

Browse files
committed
clang+libstdc++
1 parent 0f3e3ce commit 03ffdd2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
preset: dev-gcc
2727

2828
# ── Linux / Clang 22 ──
29+
- os: ubuntu-24.04
30+
compiler: clang-22
31+
preset: dev-clang
32+
33+
# ── Linux / Clang 22 + libc++ ──
2934
- os: ubuntu-24.04
3035
compiler: clang-22+libc++
3136
preset: dev-clang-libcxx
@@ -66,7 +71,7 @@ jobs:
6671
--slave /usr/bin/g++ g++ /usr/bin/g++-16
6772
6873
- name: Install Clang 22 + libc++
69-
if: matrix.compiler == 'clang-22+libc++'
74+
if: startsWith(matrix.compiler, 'clang-22')
7075
run: |
7176
wget -q https://apt.llvm.org/llvm.sh
7277
sudo bash llvm.sh 22 all

0 commit comments

Comments
 (0)