Skip to content

Commit

Permalink
[test] add gcc12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Sep 22, 2022
1 parent 5bc83e1 commit d20e52e
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 @@ -21,6 +21,12 @@ jobs:
fail-fast: false
matrix:
include:
- name: "gcc12"
install: "g++-12"
cxx: "g++-12"
cc: "gcc-12"
build_type: Release

- name: "gcc11"
install: "g++-11"
cxx: "g++-11"
Expand Down

0 comments on commit d20e52e

Please sign in to comment.