[ci] remove support for gcc-6

This commit is contained in:
tangxifan 2022-08-24 17:01:25 -07:00
parent 843aaf79ff
commit cd1c77c4d9
3 changed files with 0 additions and 6 deletions

View File

@ -74,9 +74,6 @@ jobs:
fail-fast: false
matrix:
config:
- name: "Build Compatibility: GCC-6 (Ubuntu 20.04)"
cc: gcc-6
cxx: g++-6
- name: "Build Compatibility: GCC-7 (Ubuntu 20.04)"
cc: gcc-7
cxx: g++-7

View File

@ -64,7 +64,6 @@ jobs:
strategy:
matrix:
compiler:
- gcc-6
- gcc-7
- gcc-8
- gcc-9

View File

@ -45,8 +45,6 @@ sudo apt-get install -y \
zip \
swig \
expect \
g++-6 \
gcc-6 \
g++-7 \
gcc-7 \
g++-8 \