Skip to content

Commit 87831eb

Browse files
committed
Github actions: Add gcc-15 / clang-20 over ubuntu 26.04 container
1 parent 6a6d878 commit 87831eb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ jobs:
132132
container: ubuntu:24.04
133133
install: g++-14-multilib
134134
address-model: 32,64
135+
# Linux, gcc-15
136+
- toolset: gcc-15
137+
cxxstd: "11,14,17,20,23,2c"
138+
os: ubuntu-latest
139+
container: ubuntu:26.04
140+
install: g++-15-multilib
135141
# Linux, gcc-12 UBSAN
136142
- name: UBSAN
137143
toolset: gcc-12
@@ -322,6 +328,13 @@ jobs:
322328
container: ubuntu:24.04
323329
os: ubuntu-latest
324330
install: clang-19
331+
# Linux, clang-20
332+
- toolset: clang
333+
compiler: clang++-20
334+
cxxstd: "11,14,17,20,23,2c"
335+
container: ubuntu:26.04
336+
os: ubuntu-latest
337+
install: clang-20
325338
# Linux, clang-15 libc++
326339
- toolset: clang
327340
compiler: clang++-15

0 commit comments

Comments
 (0)