Skip to content

Commit

Permalink
Switch everything to 16 core since apparently 8 core cannot be found
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot committed Dec 15, 2023
1 parent 2ddf8c3 commit 2ed3167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
test:
runs-on:
group: large-runner
labels: ubuntu-22.04-8core
labels: ubuntu-22.04-16core
timeout-minutes: 20
steps:
- name: Check out repository code
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
gradle-emulator-test:
runs-on:
group: large-runner
labels: ubuntu-22.04-8core
labels: ubuntu-22.04-16core
needs: build
timeout-minutes: 20
steps:
Expand Down

0 comments on commit 2ed3167

Please sign in to comment.