Removed gcc-4.7 from GHA CI.

Boost.System has dropped support for gcc-4.7.
This commit is contained in:
Andrey Semashev 2024-01-20 04:21:04 +03:00
parent 47dd78b32f
commit 183cd3f3f5

View File

@ -33,12 +33,6 @@ jobs:
matrix:
include:
# Linux, gcc
- 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