Skip to content

Commit ce82e7f

Browse files
committed
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.
1 parent 826df25 commit ce82e7f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,6 @@ jobs:
108108
- g++-13
109109

110110
# Linux, clang
111-
- toolset: clang
112-
compiler: clang++-3.5
113-
cxxstd: "11"
114-
os: ubuntu-latest
115-
container: ubuntu:16.04
116-
install:
117-
- clang-3.5
118-
- toolset: clang
119-
compiler: clang++-3.6
120-
cxxstd: "11,14"
121-
os: ubuntu-latest
122-
container: ubuntu:16.04
123-
install:
124-
- clang-3.6
125111
- toolset: clang
126112
compiler: clang++-3.7
127113
cxxstd: "11,14"

0 commit comments

Comments
 (0)