misc: Fix weekly-tests.yaml container uris (#488)

This commit is contained in:
Bobby R. Bruce
2023-10-20 09:39:12 -07:00
committed by GitHub
parent b13102fcc4
commit cb56c67a8b
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
LULESH-tests:
runs-on: [self-hosted, linux, x64]
container: ghcr.io/gem5-test/gcn-gpu:latest
container: ghcr.io/gem5/gcn-gpu:latest
needs: build-gem5
timeout-minutes: 480 # 8 hours
steps:

View File

@@ -13,7 +13,7 @@ on:
jobs:
build-gem5:
runs-on: [self-hosted, linux, x64]
container: ghcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
container: ghcr.io/gem5/ubuntu-22.04_all-dependencies:latest
outputs:
build-name: ${{ steps.artifact-name.outputs.name }}
steps: