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:
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user