Remove g++ 4.7 from GHA

This commit is contained in:
Peter Dimov
2021-01-13 05:01:44 +02:00
parent 84a2c175d0
commit 60995edb41

View File

@ -17,10 +17,6 @@ jobs:
fail-fast: false
matrix:
include:
- toolset: gcc-4.7
cxxstd: "03,11"
os: ubuntu-16.04
install: g++-4.7
- toolset: gcc-4.8
cxxstd: "03,11"
os: ubuntu-16.04