mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
Removed gcc-4.6 from CI as it lacks C++11 template aliases used in Boost.TypeOf.
This commit is contained in:
parent
85b5594f32
commit
217f7346f6
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -33,14 +33,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Linux, gcc
|
# Linux, gcc
|
||||||
- toolset: gcc-4.6
|
|
||||||
cxxstd: "0x"
|
|
||||||
os: ubuntu-latest
|
|
||||||
container: ubuntu:16.04
|
|
||||||
install:
|
|
||||||
- g++-4.6
|
|
||||||
sources:
|
|
||||||
- "ppa:ubuntu-toolchain-r/test"
|
|
||||||
- toolset: gcc-4.7
|
- toolset: gcc-4.7
|
||||||
cxxstd: "11"
|
cxxstd: "11"
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user