Skip to content

Commit da2b91f

Browse files
use newer emulator
1 parent 69a2c0e commit da2b91f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test-simulators.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-xl
9292
timeout-minutes: 30
9393
env:
94-
AVD_NAME: capacitor-avd-x86_64-31
94+
AVD_NAME: capacitor-avd-x86_64-35
9595
TEST_PLATFORM: android
9696
TEST_TARGET: emulator-5554
9797
TEST_SERVER_HOST: 10.0.2.2
@@ -104,7 +104,8 @@ jobs:
104104
uses: ./.github/actions/setup-android-emulator
105105
with:
106106
avd-name: ${{ env.AVD_NAME }}
107-
cache-key: capacitor-avd-31
107+
cache-key: capacitor-avd-35
108+
api-level: '35'
108109
java-version: '21'
109110

110111
- name: Enable Corepack
@@ -138,7 +139,7 @@ jobs:
138139
- name: Run Capacitor Android browser tests
139140
uses: reactivecircus/android-emulator-runner@v2.28.0
140141
with:
141-
api-level: 31
142+
api-level: 35
142143
target: google_apis
143144
arch: x86_64
144145
avd-name: ${{ env.AVD_NAME }}

0 commit comments

Comments
 (0)