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 3131 adb wait-for-device;
3232 ./gradlew sample:cAT
3333
34- android-x86 :
35- runs-on : macos-13
34+ android-arm64-v8a :
35+ runs-on : macos-13-xlarge
3636
3737 steps :
3838 - uses : actions/checkout@v1
4545 unzip swift-android.zip;
4646 swift-android/bin/swift-android tools --update;
4747 - 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 "
4949 - 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
5151 - name : Start Android Emulator
5252 run : $ANDROID_HOME/emulator/emulator -no-window -avd ci-test -noaudio > /dev/null &
5353 - name : Run connected android tests
You can’t perform that action at this time.
0 commit comments