Avoid GCC 4.4, too old to support, even in C+03 [skip ci]

This commit is contained in:
Ion Gaztañaga
2023-05-03 22:54:35 +02:00
parent fc46064c29
commit cc05ac6f93

View File

@@ -24,15 +24,6 @@ jobs:
matrix:
include:
# Linux, gcc
- toolset: gcc-4.4
cxxstd: "98,0x"
address-model: 32,64
os: ubuntu-latest
container: ubuntu:16.04
install:
- g++-4.4-multilib
sources:
- "ppa:ubuntu-toolchain-r/test"
- toolset: gcc-4.6
cxxstd: "03,0x"
address-model: 32,64