Remove GCC 7 from CI because the macos CI machines cannot install it anymore

This commit is contained in:
Sebastian Messmer 2022-10-11 20:45:39 -07:00
parent f1ca6b9f63
commit 26f95309b1

View File

@ -13,12 +13,6 @@ jobs:
- ubuntu-18.04
- ubuntu-20.04
compiler:
- cxx: g++-7
cc: gcc-7
macos_cxx: g++-7
macos_cc: gcc-7
homebrew_package: gcc@7
apt_package: g++-7
- cxx: g++-8
cc: gcc-8
macos_cxx: g++-8