Skip to content

Commit 6d2a7d1

Browse files
committed
Use large runners for tests
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent 80f6c34 commit 6d2a7d1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ permissions: read-all
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on:
14+
group: "Default Larger Runners"
15+
labels: ubuntu-latest-4-cores
1416
steps:
1517
- name: Checkout
1618
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

0 commit comments

Comments
 (0)