Skip to content

Commit

Permalink
(gha) use 32core runner for "rake checks"
Browse files Browse the repository at this point in the history
Reduces run time from ~8 mins -> ~5mins.
  • Loading branch information
jhoblitt committed Feb 20, 2024
1 parent 343b5cf commit 19bbe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rake_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
rake_checks:
runs-on:
group: Default Larger Runners
labels: ubuntu-latest-16-cores
labels: ubuntu-latest-32-cores
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 19bbe2c

Please sign in to comment.