Skip to content

Commit 3570c88

Browse files
committed
Add Clang 20 image for Ubuntu Noble
1 parent ca4517d commit 3570c88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
- release: noble
7070
compiler_name: clang
7171
compiler_version: 19
72+
- release: noble
73+
compiler_name: clang
74+
compiler_version: 20
7275
runs-on: ${{ matrix.architecture.runner }}
7376
permissions:
7477
packages: write
@@ -175,6 +178,9 @@ jobs:
175178
- release: noble
176179
compiler_name: clang
177180
compiler_version: 19
181+
- release: noble
182+
compiler_name: clang
183+
compiler_version: 20
178184
runs-on: ubuntu-24.04
179185
needs:
180186
- build

0 commit comments

Comments
 (0)