From 8b8332468286e7aa0cbe9b98c57044d5d816b58c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 11 Oct 2024 00:13:00 +0300 Subject: [PATCH] Removed gcc 4.6 and 4.7 from GitHub Actions CI. These compilers are not supported by Boost.SmartPtr and Boost.Optional, which are used in tests. --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cbb038f6..66cda1db0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,20 +33,6 @@ jobs: matrix: include: # Linux, gcc - - toolset: gcc-4.6 - cxxstd: "0x" - os: ubuntu-latest - container: ubuntu:16.04 - install: - - g++-4.6 - sources: - - "ppa:ubuntu-toolchain-r/test" - - toolset: gcc-4.7 - cxxstd: "11" - os: ubuntu-latest - container: ubuntu:16.04 - install: - - g++-4.7 - toolset: gcc-4.8 cxxstd: "11" os: ubuntu-latest