File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
adb wait-for-device;
32
32
./gradlew sample:cAT
33
33
34
- android-x86 :
35
- runs-on : macos-13
34
+ android-arm64-v8a :
35
+ runs-on : macos-13-xlarge
36
36
37
37
steps :
38
38
- uses : actions/checkout@v1
45
45
unzip swift-android.zip;
46
46
swift-android/bin/swift-android tools --update;
47
47
- name : Install Android Emulator
48
- run : $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "system-images;android-29;google_apis;x86 "
48
+ run : $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "system-images;android-29;google_apis;arm64-v8a "
49
49
- name : Create Android Emulator
50
- run : $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n ci-test -k "system-images;android-29;google_apis;x86 " -d "pixel" --force
50
+ run : $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n ci-test -k "system-images;android-29;google_apis;arm64-v8a " -d "pixel" --force
51
51
- name : Start Android Emulator
52
52
run : $ANDROID_HOME/emulator/emulator -no-window -avd ci-test -noaudio > /dev/null &
53
53
- name : Run connected android tests
You can’t perform that action at this time.
0 commit comments