Skip to content

Commit

Permalink
Increase arm resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Dec 10, 2024
1 parent a3e65f3 commit 66a5727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/espresso-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
exclude:
- platform: ${{ github.event_name == 'pull_request' && 'linux/arm64' }}

runs-on: ${{ matrix.platform == 'linux/amd64' && 'ubuntu-latest' || 'buildjet-4vcpu-ubuntu-2204-arm' }}
runs-on: ${{ matrix.platform == 'linux/amd64' && 'ubuntu-latest' || 'buildjet-8vcpu-ubuntu-2204-arm ' }}

steps:
- uses: cargo-bins/cargo-binstall@main
Expand Down

0 comments on commit 66a5727

Please sign in to comment.