Removed gcc-4.6 from CI as it lacks C++11 template aliases used in Boost.TypeOf.

This commit is contained in:
Andrey Semashev 2023-11-17 17:52:05 +03:00
parent 85b5594f32
commit 217f7346f6

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