Skip to content

Commit

Permalink
Add CI tests with gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Sep 8, 2023
1 parent a459c0a commit 9f41c89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- gcc-10
- gcc-11
- gcc-12
- gcc-13
- llvm-5
- llvm-6
- llvm-7
Expand All @@ -57,6 +58,8 @@ jobs:
# Newer GCC versions are not available on all Ubuntu
- os: ubuntu-20.04
compiler: gcc-12
- os: ubuntu-20.04
compiler: gcc-13
- os: ubuntu-20.04
compiler: llvm-13

Expand Down

0 comments on commit 9f41c89

Please sign in to comment.