We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a2c0e commit da2b91fCopy full SHA for da2b91f
1 file changed
.github/workflows/test-simulators.yaml
@@ -91,7 +91,7 @@ jobs:
91
runs-on: ubuntu-xl
92
timeout-minutes: 30
93
env:
94
- AVD_NAME: capacitor-avd-x86_64-31
+ AVD_NAME: capacitor-avd-x86_64-35
95
TEST_PLATFORM: android
96
TEST_TARGET: emulator-5554
97
TEST_SERVER_HOST: 10.0.2.2
@@ -104,7 +104,8 @@ jobs:
104
uses: ./.github/actions/setup-android-emulator
105
with:
106
avd-name: ${{ env.AVD_NAME }}
107
- cache-key: capacitor-avd-31
+ cache-key: capacitor-avd-35
108
+ api-level: '35'
109
java-version: '21'
110
111
- name: Enable Corepack
@@ -138,7 +139,7 @@ jobs:
138
139
- name: Run Capacitor Android browser tests
140
uses: reactivecircus/android-emulator-runner@v2.28.0
141
- api-level: 31
142
+ api-level: 35
143
target: google_apis
144
arch: x86_64
145
0 commit comments