Skip to content

Commit

Permalink
Deprecate gcc 7, lacks necessary support for this PR
Browse files Browse the repository at this point in the history
    * .github/workflows/linux.yml:
  • Loading branch information
jwillemsen committed Apr 8, 2024
1 parent 0e92f22 commit 2092075
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,15 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
CC: gcc-7
CXX: g++-7
ruby: '2.5'
PackageDeps: g++-7
- os: ubuntu-20.04
CC: gcc-8
CXX: g++-8
ruby: '2.6'
ruby: '2.5'
PackageDeps: g++-8
- os: ubuntu-20.04
CC: gcc-9
CXX: g++-9
ruby: '2.7'
ruby: '2.6'
PackageDeps: g++-9
feature: Codecov
- os: ubuntu-22.04
Expand Down

0 comments on commit 2092075

Please sign in to comment.