2
0
mirror of https://github.com/boostorg/move.git synced 2026-01-19 04:22:10 +00:00

Remove old gcc 4.6 from regression tests

This commit is contained in:
Ion Gaztañaga
2025-11-07 23:51:19 +01:00
parent aec14953a6
commit a77abd0ad8

View File

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