[CI] Use most recent integration test image. (#2474)

This commit is contained in:
Julian Oppermann 2022-01-18 23:07:56 +01:00 committed by GitHub
parent 39c0903589
commit d2ff58a59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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.