Skip to content

Commit

Permalink
[CI] Update remaining workflow to use clang-17
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind committed Nov 21, 2024
1 parent 84bdbc3 commit b538893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shortIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# John and re-run the job.
runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"]
container:
image: ghcr.io/circt/images/circt-integration-test:v15.1
image: ghcr.io/circt/images/circt-integration-test:v16.0
volumes:
- /mnt:/__w/circt
strategy:
Expand All @@ -40,8 +40,8 @@ jobs:
build-shared: [ON]
build-type: [Release]
compiler:
- cc: clang-16
cxx: clang++-16
- cc: clang-17
cxx: clang++-17

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

0 comments on commit b538893

Please sign in to comment.