Skip to content

Commit 81e4d66

Browse files
authored
ci(all): Update Android build matrix, change emulator configs (#3783)
1 parent 93135ff commit 81e4d66

File tree

9 files changed

+11
-20
lines changed

9 files changed

+11
-20
lines changed

.github/workflows/android_alarm_manager_plus.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
android-api-level: [22, 26, 31, 34]
61+
android-api-level: [ 24, 29, 32, 36 ]
6262

6363
steps:
6464
- name: "Checkout repository"
@@ -73,9 +73,8 @@ jobs:
7373
uses: reactivecircus/android-emulator-runner@v2
7474
with:
7575
api-level: ${{ matrix.android-api-level }}
76-
cores: 3
7776
target: google_apis
7877
arch: x86_64
7978
force-avd-creation: false
80-
profile: Nexus 5X
79+
profile: pixel_7_pro
8180
script: ./.github/workflows/scripts/integration-test.sh android android_alarm_manager_plus_example

.github/workflows/android_intent_plus.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ jobs:
7474
uses: reactivecircus/android-emulator-runner@v2
7575
with:
7676
api-level: ${{ matrix.android-api-level }}
77-
cores: 3
7877
target: google_apis
7978
arch: x86_64
8079
force-avd-creation: false
81-
profile: Nexus 5X
80+
profile: pixel_7_pro
8281
script: ./.github/workflows/scripts/integration-test.sh android android_intent_example

.github/workflows/battery_plus.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ jobs:
7777
uses: reactivecircus/android-emulator-runner@v2
7878
with:
7979
api-level: ${{ matrix.android-api-level }}
80-
cores: 3
8180
target: google_apis
8281
arch: x86_64
8382
force-avd-creation: false
84-
profile: Nexus 5X
83+
profile: pixel_7_pro
8584
script: ./.github/workflows/scripts/integration-test.sh android battery_plus_example
8685

8786
ios_example_build:

.github/workflows/connectivity_plus.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
android-api-level: [ 21, 26, 31, 34]
65+
android-api-level: [ 24, 29, 32, 36 ]
6666

6767
steps:
6868
- name: "Checkout repository"
@@ -77,11 +77,10 @@ jobs:
7777
uses: reactivecircus/android-emulator-runner@v2
7878
with:
7979
api-level: ${{ matrix.android-api-level }}
80-
cores: 3
8180
target: google_apis
8281
arch: x86_64
8382
force-avd-creation: false
84-
profile: Nexus 5X
83+
profile: pixel_7_pro
8584
script: ./.github/workflows/scripts/integration-test.sh android connectivity_plus_example
8685

8786
ios_example_build:

.github/workflows/device_info_plus.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ jobs:
7676
uses: reactivecircus/android-emulator-runner@v2
7777
with:
7878
api-level: ${{ matrix.android-api-level }}
79-
cores: 3
8079
target: google_apis
8180
arch: x86_64
8281
force-avd-creation: false
83-
profile: Nexus 5X
82+
profile: pixel_7_pro
8483
script: ./.github/workflows/scripts/integration-test.sh android device_info_plus_example
8584

8685
ios_example_build:

.github/workflows/network_info_plus.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ jobs:
7676
uses: reactivecircus/android-emulator-runner@v2
7777
with:
7878
api-level: ${{ matrix.android-api-level }}
79-
cores: 3
8079
target: google_apis
8180
arch: x86_64
8281
force-avd-creation: false
83-
profile: Nexus 5X
82+
profile: pixel_7_pro
8483
script: ./.github/workflows/scripts/integration-test.sh android network_info_plus_example
8584

8685
ios_example_build:

.github/workflows/package_info_plus.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ jobs:
7676
uses: reactivecircus/android-emulator-runner@v2
7777
with:
7878
api-level: ${{ matrix.android-api-level }}
79-
cores: 3
8079
target: google_apis
8180
arch: x86_64
8281
force-avd-creation: false
83-
profile: Nexus 5X
82+
profile: pixel_7_pro
8483
script: ./.github/workflows/scripts/integration-test.sh android package_info_plus_example
8584

8685
ios_example_build:

.github/workflows/sensors_plus.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,10 @@ jobs:
7373
uses: reactivecircus/android-emulator-runner@v2
7474
with:
7575
api-level: ${{ matrix.android-api-level }}
76-
cores: 3
7776
target: google_apis
7877
arch: x86_64
7978
force-avd-creation: false
80-
profile: Nexus 5X
79+
profile: pixel_7_pro
8180
script: ./.github/workflows/scripts/integration-test.sh android sensors_plus_example
8281

8382
ios_example_build:

.github/workflows/share_plus.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,10 @@ jobs:
7575
uses: reactivecircus/android-emulator-runner@v2
7676
with:
7777
api-level: ${{ matrix.android-api-level }}
78-
cores: 3
7978
target: google_apis
8079
arch: x86_64
8180
force-avd-creation: false
82-
profile: Nexus 5X
81+
profile: pixel_7_pro
8382
script: ./.github/workflows/scripts/integration-test.sh android share_plus_example
8483

8584
ios_example_build:

0 commit comments

Comments
 (0)