Skip to content

Commit

Permalink
back to big runners
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Nov 17, 2023
1 parent 3f0671e commit e65bcad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-token-lending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
cargo-test-bpf:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
args: --workspace --all-targets -- --deny=warnings

cargo-build-test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: ./ci/cargo-build-test.sh

cargo-coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e65bcad

Please sign in to comment.