Skip to content

Commit

Permalink
[gha][docker] use capacity optimized spot runners (#14022)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun authored Jul 16, 2024
1 parent d98b854 commit 26bbc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-run-docker-rust-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ permissions:

jobs:
rust-all:
runs-on: runs-on,cpu=64,family=c7,hdd=1024,image=aptos-ubuntu-x64,run-id=${{ github.run_id }}
runs-on: runs-on,cpu=64,family=c7,hdd=1024,image=aptos-ubuntu-x64,run-id=${{ github.run_id }},spot=co
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 26bbc31

Please sign in to comment.