Skip to content

Commit

Permalink
[infra] add gcc13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Jul 21, 2023
1 parent de32f1f commit d0e2fcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
cc: "gcc-12"
build_type: Release

- name: "gcc13"
install: "g++-13"
cxx: "g++-13"
cc: "gcc-13"
build_type: Release

- name: "gcc12"
install: "g++-12"
cxx: "g++-12"
Expand Down

0 comments on commit d0e2fcd

Please sign in to comment.