Skip to content

Commit ed9c929

Browse files
committed
Dev: replace x86 with arm64-v8a
1 parent 3ee67fb commit ed9c929

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
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
@@ -45,9 +45,9 @@ jobs:
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

sample/src/main/swift/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)