Skip to content

Commit

Permalink
use proper name for ci (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
XciD authored and ErikKaum committed Jul 26, 2024
1 parent 800d8de commit 4bf3e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on:
group: aws-r6id-8xlarge-priv
group: aws-highmemory-32-plus-priv
permissions:
contents: write
packages: write
Expand All @@ -49,7 +49,7 @@ jobs:
export dockerfile="Dockerfile"
export label_extension=""
export docker_devices=""
export runs_on="aws-g5-12xlarge"
export runs_on="aws-g5-12xlarge-plus"
;;
rocm)
export dockerfile="Dockerfile_amd"
Expand Down

0 comments on commit 4bf3e59

Please sign in to comment.