Remove GCC 4.7 from ci.yml

This commit is contained in:
Peter Dimov
2024-09-18 18:04:16 +03:00
parent 9a89d9184d
commit b8acb9aae8

View File

@ -17,12 +17,6 @@ jobs:
fail-fast: false
matrix:
include:
- toolset: gcc-4.7
cxxstd: "11"
container: ubuntu:16.04
os: ubuntu-latest
install: g++-4.7-multilib
address-model: 32,64
- toolset: gcc-4.8
cxxstd: "11"
container: ubuntu:16.04