Skip to content

Commit af4ef61

Browse files
committed
add gcc-14
1 parent 6d11e7f commit af4ef61

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
matrix:
2222
# Ruby 3.4 requires BASERUBY 3.0
2323
entry:
24+
- { os: 'noble', tag: 'gcc-14', extras: 'g++-14' }
2425
- { os: 'lunar', tag: 'gcc-13', extras: 'g++-13' }
2526
- { os: 'jammy', tag: 'gcc-12', extras: 'g++-12' }
2627
- { os: 'jammy', tag: 'gcc-11', extras: 'g++-11' }

assets/99noble.list

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
deb [signed-by=/etc/apt/keyrings/ubuntu-toolchain-r.asc] http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu noble main
2+
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 main
4+
5+
deb-src [signed-by=/etc/apt/keyrings/ubuntu-toolchain-r.asc] http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu noble main
6+
deb-src [signed-by=/etc/apt/keyrings/ubuntu-toolchain-r.asc] http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu noble main
7+
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)