Skip to content

Commit

Permalink
misc: Merge develop .github dir to stable (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyRBruce committed Oct 20, 2023
1 parent 1bb9bb3 commit e9da8d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e9da8d6

Please sign in to comment.