Skip to content

Commit

Permalink
[infra] add gcc13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Jul 21, 2023
1 parent 24c3e05 commit 7183266
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
build_type: Debug
cxx_flags: "-fsanitize=address,undefined"

- name: "Unit gcc13 Debug"
cxx: "g++-13"
cc: "gcc-13"
pkg: "gcc-13 g++-13"
build: unit
build_type: Debug

- name: "Integration gcc12"
cxx: "g++-12"
cc: "gcc-12"
Expand Down

0 comments on commit 7183266

Please sign in to comment.