From d3a556f6949666d986431f87ab8242f7ec26f17d Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 12 Jun 2025 19:01:48 +0300 Subject: [PATCH] Removed gcc 4.6 GitHub Action job. The compiler doesn't support std::underlying_type trait, which is needed by BOOST_BITMASK. --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea9ed44..b7afca0 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