From d2ff58a59cdcb0e925c47fe76c6afe3505e7c034 Mon Sep 17 00:00:00 2001 From: Julian Oppermann Date: Tue, 18 Jan 2022 23:07:56 +0100 Subject: [PATCH] [CI] Use most recent integration test image. (#2474) --- .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 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.