Skip to content

Commit

Permalink
Merge branch 'master' into jwi-compilerversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Apr 10, 2024
2 parents ca082e6 + 0da7e4a commit 9866455
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,20 @@ 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
- os: ubuntu-20.04
CC: gcc-10
CXX: g++-10
ruby: '3.0'
ruby: '2.7'
PackageDeps: g++-10
- os: ubuntu-22.04
CC: gcc-11
Expand Down

0 comments on commit 9866455

Please sign in to comment.