Remove GCC 8 from GitHub Actions

This version of GCC has been removed from the default image; see

https://github.com/actions/virtual-environments/issues/2950
This commit is contained in:
Evan Miller 2021-04-03 08:30:56 -04:00
parent 459516920a
commit f265cc1e15

View File

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ clang, gcc, gcc-8, gcc-9, gcc-10 ]
compiler: [ clang, gcc, gcc-9, gcc-10 ]
glib: [ enable-glib, disable-glib ]
steps:
- name: Install packages