[ci] remove support for gcc-6
This commit is contained in:
parent
843aaf79ff
commit
cd1c77c4d9
|
@ -74,9 +74,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- name: "Build Compatibility: GCC-6 (Ubuntu 20.04)"
|
|
||||||
cc: gcc-6
|
|
||||||
cxx: g++-6
|
|
||||||
- name: "Build Compatibility: GCC-7 (Ubuntu 20.04)"
|
- name: "Build Compatibility: GCC-7 (Ubuntu 20.04)"
|
||||||
cc: gcc-7
|
cc: gcc-7
|
||||||
cxx: g++-7
|
cxx: g++-7
|
||||||
|
|
|
@ -64,7 +64,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
compiler:
|
compiler:
|
||||||
- gcc-6
|
|
||||||
- gcc-7
|
- gcc-7
|
||||||
- gcc-8
|
- gcc-8
|
||||||
- gcc-9
|
- gcc-9
|
||||||
|
|
|
@ -45,8 +45,6 @@ sudo apt-get install -y \
|
||||||
zip \
|
zip \
|
||||||
swig \
|
swig \
|
||||||
expect \
|
expect \
|
||||||
g++-6 \
|
|
||||||
gcc-6 \
|
|
||||||
g++-7 \
|
g++-7 \
|
||||||
gcc-7 \
|
gcc-7 \
|
||||||
g++-8 \
|
g++-8 \
|
||||||
|
|
Loading…
Reference in New Issue