Skip to content

Commit 3c29f25

Browse files
committed
Use different Android emulator device
1 parent 06d6ff7 commit 3c29f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ANDROID_API=28
2121
ANDROID_EMULATOR_ARCH="x86_64"
2222
EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
2323
EMULATOR_NAME="swiftemu"
24-
ANDROID_PROFILE="Pixel 6"
24+
ANDROID_PROFILE="Nexus 10"
2525

2626
install_package() {
2727
# Detect package manager

0 commit comments

Comments
 (0)