Skip to content

Commit

Permalink
Merge pull request #280 from RemedyIT/jwillemsen-patch-1
Browse files Browse the repository at this point in the history
Add gcc 13 to github actions CI
  • Loading branch information
jwillemsen authored Jun 19, 2023
2 parents cb9409a + 0feabb1 commit 1531318
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
CXX: g++-12
ruby: '3.2'
PackageDeps: g++-12
- os: ubuntu-22.04
CC: gcc-13
CXX: g++-13
ruby: '3.2'
PackageDeps: g++-13
- os: ubuntu-22.04
CC: gcc-10
CXX: g++-10
Expand Down

0 comments on commit 1531318

Please sign in to comment.