From 69e10458f42143a6c8adc7027b1d7a4f4120a4f9 Mon Sep 17 00:00:00 2001 From: John Demme Date: Tue, 13 Feb 2024 22:10:55 +0000 Subject: [PATCH] another image bump --- .github/workflows/nightlyIntegrationTests.yml | 2 +- .github/workflows/shortIntegrationTests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightlyIntegrationTests.yml b/.github/workflows/nightlyIntegrationTests.yml index 3276c77669f1..478299f63099 100644 --- a/.github/workflows/nightlyIntegrationTests.yml +++ b/.github/workflows/nightlyIntegrationTests.yml @@ -19,7 +19,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:v13.0 + image: ghcr.io/circt/images/circt-integration-test:v13.1 volumes: - /mnt:/__w/circt strategy: diff --git a/.github/workflows/shortIntegrationTests.yml b/.github/workflows/shortIntegrationTests.yml index 1d300c15e192..32a52c9f4f09 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:v13.0 + image: ghcr.io/circt/images/circt-integration-test:v13.1 volumes: - /mnt:/__w/circt strategy: