diff --git a/.github/workflows/nightlyIntegrationTests.yml b/.github/workflows/nightlyIntegrationTests.yml index bff55db12b..8a0202b2b4 100644 --- a/.github/workflows/nightlyIntegrationTests.yml +++ b/.github/workflows/nightlyIntegrationTests.yml @@ -13,7 +13,7 @@ jobs: name: Build and Test runs-on: ubuntu-18.04 container: - image: ghcr.io/circt/images/circt-integration-test:v6-beta3 + image: ghcr.io/circt/images/circt-integration-test:v10 strategy: matrix: build-assert: [ON, OFF] diff --git a/.github/workflows/shortIntegrationTests.yml b/.github/workflows/shortIntegrationTests.yml index b242d0f6d5..34b84fd868 100644 --- a/.github/workflows/shortIntegrationTests.yml +++ b/.github/workflows/shortIntegrationTests.yml @@ -23,7 +23,7 @@ jobs: name: Build and Test runs-on: ubuntu-18.04 container: - image: ghcr.io/circt/images/circt-integration-test:v6-beta3 + image: ghcr.io/circt/images/circt-integration-test:v10 strategy: # Keep the 'matrix' strategy with one data point to make it obvious that # this is one point in the overall matrix.