From 217f7346f63d189d2ba1093c42bf3db810a0550c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 17 Nov 2023 17:52:05 +0300 Subject: [PATCH] Removed gcc-4.6 from CI as it lacks C++11 template aliases used in Boost.TypeOf. --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6c59a9..4427512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,14 +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