Skip to content

Commit

Permalink
[INFRA] CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Sep 28, 2023
1 parent 960d0fa commit f33c3c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
fail-fast: true
matrix:
include:
- name: "clang17"
compiler: "clang-17"
build: unit
build_type: Release

- name: "gcc13"
compiler: "gcc-13"
build: unit
Expand Down

0 comments on commit f33c3c3

Please sign in to comment.