Skip to content

Commit 5193e4c

Browse files
committed
(gha) use 32core runner for "rake checks"
Reduces run time from ~8 mins -> ~5mins.
1 parent dd61f4e commit 5193e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rake_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
rake_checks:
1414
runs-on:
1515
group: Default Larger Runners
16-
labels: ubuntu-latest-16-cores
16+
labels: ubuntu-latest-32-cores
1717
steps:
1818
- uses: actions/checkout@v3
1919

0 commit comments

Comments
 (0)