Skip to content

Commit

Permalink
Added gcc-13 CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Feb 5, 2024
1 parent 988594f commit 4f72199
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
os: ubuntu-22.04
install:
- g++-12
- toolset: gcc-13
cxxstd: "11,14,17,20,23"
os: ubuntu-latest
container: ubuntu:23.04
install:
- g++-13
- name: UBSAN
toolset: gcc-11
cxxstd: "11,14,17,20,23"
Expand Down

0 comments on commit 4f72199

Please sign in to comment.