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

Removed clang 3.5 and 3.6 from GitHub Actions CI.

Boost.SmartPtr now requires a fully functional <atomic>, and these compilers
fail to compile it.
This commit is contained in:
Andrey Semashev
2025-11-06 04:45:55 +03:00
parent 826df254f0
commit ce82e7f8f2

View File

@@ -108,20 +108,6 @@ jobs:
- g++-13
# Linux, clang
- toolset: clang
compiler: clang++-3.5
cxxstd: "11"
os: ubuntu-latest
container: ubuntu:16.04
install:
- clang-3.5
- toolset: clang
compiler: clang++-3.6
cxxstd: "11,14"
os: ubuntu-latest
container: ubuntu:16.04
install:
- clang-3.6
- toolset: clang
compiler: clang++-3.7
cxxstd: "11,14"