diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b010c8..b855878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,20 +151,6 @@ jobs: - g++-12 # Linux, clang - - toolset: clang - compiler: clang++-3.5 - cxxstd: "03,11" - os: ubuntu-latest - container: ubuntu:16.04 - install: - - clang-3.5 - - toolset: clang - compiler: clang++-3.6 - cxxstd: "03,11,14" - os: ubuntu-latest - container: ubuntu:16.04 - install: - - clang-3.6 - toolset: clang compiler: clang++-3.7 cxxstd: "03,11,14"