Skip to content

Commit

Permalink
refined
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Yang committed Sep 26, 2024
1 parent b1565a8 commit 6075473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-metadata-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
id-token: write
jobs:
cargo-metadata:
runs-on: runs-on,cpu=64,family=c7,hdd=1024,image=aptos-ubuntu-x64,run-id=${{ github.run_id }},spot=co
runs-on: runs-on,cpu=4,ram=16,family=m7a+m7i-flex,image=aptos-ubuntu-x64,run-id=${{ github.run_id }},spot=co
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-run-forge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ env:
# at the call site, and don't need to wrap each step in an if statement?
jobs:
forge:
runs-on: runs-on,cpu=64,family=c7,hdd=1024,image=aptos-ubuntu-x64-gcloud,run-id=${{ github.run_id }},spot=co
runs-on: runs-on,cpu=4,ram=16,family=m7a+m7i-flex,image=aptos-ubuntu-x64,run-id=${{ github.run_id }},spot=co
timeout-minutes: ${{ inputs.TIMEOUT_MINUTES }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6075473

Please sign in to comment.