Skip to content

Commit

Permalink
Switch to use 8 core VMs for github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot committed Dec 15, 2023
1 parent a673a91 commit e471655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
build:
runs-on:
group: Large Runners
label: ubuntu-22.04-8core
timeout-minutes: 20
steps:
- name: Check out repository code
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
test:
runs-on:
group: Large Runners
label: ubuntu-22.04-8core
timeout-minutes: 20
steps:
- name: Check out repository code
Expand Down Expand Up @@ -91,6 +93,7 @@ jobs:
gradle-emulator-test:
runs-on:
group: Large Runners
label: ubuntu-22.04-8core
needs: build
timeout-minutes: 20
steps:
Expand Down

0 comments on commit e471655

Please sign in to comment.