Skip to content

Commit eb22746

Browse files
committed
Ignore 21 and added 22
1 parent 4dd5c8e commit eb22746

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
- { os: 'focal', tag: 'gcc-8', extras: 'g++-8' }
3232
- { os: 'focal', tag: 'gcc-7', extras: 'g++-7' }
3333

34-
- { os: 'noble', tag: 'clang-21', extras: 'llvm-21' }
34+
- { os: 'noble', tag: 'clang-22', extras: 'llvm-22' }
35+
# clang-21/llvm-21 packages are not found now.
36+
# - { os: 'noble', tag: 'clang-21', extras: 'llvm-21' }
3537
- { os: 'jammy', tag: 'clang-20', extras: 'llvm-20' }
3638
- { os: 'jammy', tag: 'clang-19', extras: 'llvm-19' }
3739
- { os: 'jammy', tag: 'clang-18', extras: 'llvm-18' }

assets/99noble.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
deb [signed-by=/etc/apt/keyrings/ubuntu-toolchain-r.asc] http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu noble main
22
deb [signed-by=/etc/apt/keyrings/ubuntu-toolchain-r.asc] http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu noble main
3+
deb [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key.asc] http://apt.llvm.org/noble/ llvm-toolchain-noble-21 main
34
deb [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key.asc] http://apt.llvm.org/noble/ llvm-toolchain-noble main
45

56
deb-src [signed-by=/etc/apt/keyrings/ubuntu-toolchain-r.asc] http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu noble main
67
deb-src [signed-by=/etc/apt/keyrings/ubuntu-toolchain-r.asc] http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu noble main
8+
deb-src [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key.asc] http://apt.llvm.org/noble/ llvm-toolchain-noble-21 main
79
deb-src [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key.asc] http://apt.llvm.org/noble/ llvm-toolchain-noble main

0 commit comments

Comments
 (0)