Skip to content

Commit 0d41d27

Browse files
committed
Revert back to not using arm
1 parent b39c355 commit 0d41d27

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/android.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test_Android:
7-
runs-on: macos-14
7+
runs-on: macos-13
88
steps:
99

1010
- name: Checkout
@@ -21,13 +21,8 @@ jobs:
2121
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
2222
uses: reactivecircus/android-emulator-runner@v2
2323
with:
24-
api-level: 29
25-
arch: arm64-v8a
26-
profile: pixel_4a
27-
force-avd-creation: false
28-
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
29-
channel: canary
30-
disable-animations: true
24+
api-level: 34
25+
arch: x86_64
3126
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
3227

3328
- name: Hello Sdl Android Tests

0 commit comments

Comments
 (0)