2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-19 04:02:09 +00:00

Removed clang-15 and libc++ GHA CI job.

We already test libc++ with a more recent clang.
This commit is contained in:
Andrey Semashev
2025-08-26 15:44:42 +03:00
parent 870fbffe04
commit 11537e688c

View File

@@ -337,16 +337,6 @@ jobs:
- g++-11-multilib
- linux-libc-dev:i386
gcc_toolchain: 11
- toolset: clang
compiler: clang++-15
cxxstd64: "11,14,17,20,2b"
cxxflags: -stdlib=libc++
linkflags: -stdlib=libc++
os: ubuntu-22.04
install:
- clang-15
- libc++-15-dev
- libc++abi-15-dev
- toolset: clang
compiler: clang++-16
cxxstd64: "11,14,17,20,2b,11-gnu,14-gnu,17-gnu,20-gnu,2b-gnu"