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:00 +02:00
parent e7f403c78f
commit 47008b0074

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