diff --git a/.github/workflows/shortIntegrationTests.yml b/.github/workflows/shortIntegrationTests.yml index 4f11eb9092d7..7dfd38e10a83 100644 --- a/.github/workflows/shortIntegrationTests.yml +++ b/.github/workflows/shortIntegrationTests.yml @@ -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: @@ -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