From 239953da9f0f11883f96548032b13ff0fd6453bb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Oct 2025 02:24:45 +0200 Subject: [PATCH] Remove Clang 3.5, 3.6 from GHA --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) 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"