Skip to content

Commit

Permalink
temp: try 16 core
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot committed Dec 15, 2023
1 parent 74a7604 commit 2ddf8c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
jobs:
build:
runs-on:
group: Large Runners
label: ubuntu-22.04-8core
group: large-runner
labels: ubuntu-22.04-16core
timeout-minutes: 20
steps:
- name: Check out repository code
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
shell: bash
test:
runs-on:
group: Large Runners
label: ubuntu-22.04-8core
group: large-runner
labels: ubuntu-22.04-8core
timeout-minutes: 20
steps:
- name: Check out repository code
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:
shell: bash
gradle-emulator-test:
runs-on:
group: Large Runners
label: ubuntu-22.04-8core
group: large-runner
labels: ubuntu-22.04-8core
needs: build
timeout-minutes: 20
steps:
Expand Down

0 comments on commit 2ddf8c3

Please sign in to comment.