feat(CI): deprecate gcc 7 (#4333)
This commit is contained in:
parent
13db145eec
commit
a05ff77ebc
3 changed files with 13 additions and 1 deletions
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
compiler: clang # default in 18.04 is clang 6
|
||||
modules: without
|
||||
- os: ubuntu-18.04
|
||||
compiler: gcc # default in 18.04 is gcc 7
|
||||
compiler: gcc8
|
||||
modules: without
|
||||
- os: ubuntu-20.04
|
||||
compiler: gcc # default in 20.04 is gcc 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue