Skip to content

Commit 7bb575c

Browse files
committed
update to run on ubuntu with x86_64 android image
1 parent a4bacbd commit 7bb575c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 5 deletions
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-26
7+
runs-on: ubuntu-latest
88
steps:
99

1010
- name: Checkout
@@ -22,10 +22,8 @@ jobs:
2222
with:
2323
api-level: 36
2424
target: google_apis
25-
arch: arm64-v8a
26-
cores: 1
27-
ram-size: 6144
28-
heap-size: 512
25+
arch: x86_64
26+
profile: "pixel_7"
2927
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
3028
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -no-metrics
3129

0 commit comments

Comments
 (0)