Skip to content

Commit

Permalink
use runs-on runner for release images workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aluon committed Oct 9, 2024
1 parent dd25217 commit 74c102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-images-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:
jobs:
copy-images:
# Run on a machine with more local storage for large docker images
runs-on: medium-perf-docker-with-local-ssd
runs-on: runs-on,cpu=16,family=m6id,hdd=500,image=aptos-ubuntu-x64,run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 74c102e

Please sign in to comment.