Removed gcc 4.6 GitHub Action job.

The compiler doesn't support std::underlying_type trait,
which is needed by BOOST_BITMASK.
This commit is contained in:
Andrey Semashev
2025-06-12 19:01:48 +03:00
parent d533b69b87
commit d3a556f694

View File

@ -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