Skip to content

Commit 1e0dc91

Browse files
committed
Update emulator testing
1 parent 29a890d commit 1e0dc91

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ jobs:
2727
EMULATOR_ARCH: 'x86_64'
2828
EMULATOR_ARCH_TRIPLE: 'x86_64'
2929

30+
- name: 'macOS 15 X64 API 30'
31+
os: 'macos-15-intel'
32+
ANDROID_API: 30
33+
NDK_VERSION: 'r27d'
34+
EMULATOR_ARCH: 'x86_64'
35+
EMULATOR_ARCH_TRIPLE: 'x86_64'
36+
3037
- name: 'Ubuntu X64 API 35'
3138
os: 'ubuntu-latest'
3239
ANDROID_API: 35
3340
NDK_VERSION: 'r29'
3441
EMULATOR_ARCH: 'x86_64'
3542
EMULATOR_ARCH_TRIPLE: 'x86_64'
3643

37-
- name: 'macOS 15 X64 API 36'
38-
os: 'macos-15-intel'
39-
ANDROID_API: 36
40-
NDK_VERSION: 'r27d'
41-
EMULATOR_ARCH: 'x86_64'
42-
EMULATOR_ARCH_TRIPLE: 'x86_64'
43-
4444
# Android SDK for Linux is only x86_64
4545
#- name: 'Ubuntu ARM API 28'
4646
# os: 'ubuntu-24.04-arm'
@@ -92,7 +92,7 @@ jobs:
9292
yes | sdkmanager --licenses > /dev/null
9393
EMULATOR_NAME="emulator-${ANDROID_API}"
9494
EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
95-
sdkmanager --install "${EMULATOR_SPEC}"
95+
sdkmanager --install "${EMULATOR_SPEC}" "emulator"
9696
avdmanager create avd -n "${EMULATOR_NAME}" -k "${EMULATOR_SPEC}" --device "${ANDROID_PROFILE}"
9797
emulator -list-avds
9898
nohup emulator -memory 4096 -avd "${EMULATOR_NAME}" -wipe-data -no-window -no-snapshot -noaudio -no-boot-anim 2>&1 > emulator.log &

0 commit comments

Comments
 (0)