Skip to content

Commit 38dd9eb

Browse files
authored
ci: change android emulator api to 32 for stability (#10)
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
1 parent a9228ad commit 38dd9eb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
run: flutter pub get
6363

6464
- name: Build the example app
65+
env:
66+
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx1536m -XX:MaxMetaspaceSize=2g"
6567
run: |
6668
make build-android
6769

Diff for: .github/workflows/e2e.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ jobs:
6060

6161
android-integration-test:
6262
# macos-13-xlarge is an M1 mac (which has no Android SDK)
63-
runs-on: macos-13
63+
runs-on: macos-13-large
6464
timeout-minutes: 45
6565
strategy:
6666
matrix:
6767
api-level:
68-
- 34
68+
- 32
6969
target:
7070
- google_apis
7171
arch:
7272
- x86_64
7373
cores:
74-
- 4
74+
- 8
7575
fail-fast: false
7676
steps:
7777
- uses: actions/checkout@v4
@@ -117,6 +117,7 @@ jobs:
117117
env:
118118
BKT_API_KEY: ${{ secrets.BKT_API_KEY }}
119119
BKT_API_ENDPOINT: ${{ secrets.BKT_API_ENDPOINT }}
120+
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx1536m -XX:MaxMetaspaceSize=2g"
120121
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
121122
with:
122123
api-level: ${{ matrix.api-level }}

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See our [documentation](https://docs.bucketeer.io/sdk/client-side/flutter) to in
1818

1919
We would ❤️ for you to contribute to Bucketeer and help improve it! Anyone can use and enjoy it!
2020

21-
Please follow our contribution guide [here](https://docs.bucketeer.io/contribution-guide/).
21+
Please follow our contribution guide [here](https://docs.bucketeer.io/contribution-guide/contributing/).
2222

2323
## Development
2424

0 commit comments

Comments
 (0)