Skip to content

Commit

Permalink
[CI] Use clang-16 in short integration tests
Browse files Browse the repository at this point in the history
The runner does not yet have `clang-17`.
  • Loading branch information
hovind committed Nov 19, 2024
1 parent 88a8c02 commit 5816019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shortIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
build-shared: [ON]
build-type: [Release]
compiler:
- cc: clang-17
cxx: clang++-17
- cc: clang-16
cxx: clang++-16

steps:
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
Expand Down

0 comments on commit 5816019

Please sign in to comment.