Skip to content

Commit ac9a7fa

Browse files
committed
Switch back to default github runners.
The default Linux runner are now 4 core/16 GB RAM with KVM: https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/
1 parent a3d8b3b commit ac9a7fa

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: gradle/wrapper-validation-action@v1
2323
build:
24-
runs-on:
25-
group: Large Runners
24+
runs-on: ubuntu-latest
2625
needs: gradle-wrapper-validation
2726
timeout-minutes: 20
2827
steps:
@@ -64,8 +63,7 @@ jobs:
6463
rm -rf ~/.cache/bazel/*/*/external/
6564
shell: bash
6665
test:
67-
runs-on:
68-
group: Large Runners
66+
runs-on: ubuntu-latest
6967
needs: gradle-wrapper-validation
7068
timeout-minutes: 20
7169
steps:
@@ -97,8 +95,7 @@ jobs:
9795
rm -rf ~/.cache/bazel/*/*/external/
9896
shell: bash
9997
gradle-emulator-test:
100-
runs-on:
101-
group: Large Runners
98+
runs-on: ubuntu-latest
10299
needs: build
103100
timeout-minutes: 20
104101
steps:

0 commit comments

Comments
 (0)