2
0
mirror of https://github.com/boostorg/move.git synced 2026-01-19 04:22:10 +00:00

Add gcc-15 / clang-20 ubuntu 26.04 container github actions

This commit is contained in:
Ion Gaztañaga
2025-12-06 11:31:54 +01:00
parent d33254fca5
commit 0860acf5f6

View File

@@ -132,6 +132,12 @@ jobs:
container: ubuntu:24.04
install: g++-14-multilib
address-model: 32,64
# Linux, gcc-15
- toolset: gcc-15
cxxstd: "11,14,17,20,23,2c"
os: ubuntu-latest
container: ubuntu:26.04
install: g++-15-multilib
# Linux, gcc-12 UBSAN
- name: UBSAN
toolset: gcc-12
@@ -322,6 +328,13 @@ jobs:
container: ubuntu:24.04
os: ubuntu-latest
install: clang-19
# Linux, clang-20
- toolset: clang
compiler: clang++-20
cxxstd: "11,14,17,20,23,2c"
container: ubuntu:26.04
os: ubuntu-latest
install: clang-20
# Linux, clang-15 libc++
- toolset: clang
compiler: clang++-15