From 6d3922d825d64d02f01be678b3e34175b023e4c3 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Wed, 16 Feb 2022 17:27:08 -0600 Subject: [PATCH] bump build env (#2643) --- .github/workflows/nightlyIntegrationTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightlyIntegrationTests.yml b/.github/workflows/nightlyIntegrationTests.yml index 896745af16..c86ee1b48b 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:v10.1 + image: ghcr.io/circt/images/circt-integration-test:v10.2 strategy: matrix: build-assert: [ON, OFF]