We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d6ff7 commit 3c29f25Copy full SHA for 3c29f25
1 file changed
.github/workflows/scripts/android/android-emulator-tests.sh
@@ -21,7 +21,7 @@ ANDROID_API=28
21
ANDROID_EMULATOR_ARCH="x86_64"
22
EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
23
EMULATOR_NAME="swiftemu"
24
-ANDROID_PROFILE="Pixel 6"
+ANDROID_PROFILE="Nexus 10"
25
26
install_package() {
27
# Detect package manager
0 commit comments