Skip to content

Commit c2b62f7

Browse files
committed
Use ubuntu runner
1 parent 187a94f commit c2b62f7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 7 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-15-intel
7+
runs-on: ubuntu-latest
88
steps:
99

1010
- name: Checkout
@@ -26,12 +26,7 @@ jobs:
2626
profile: pixel_7
2727
disable-animations: true
2828
emulator-boot-timeout: 1200
29-
emulator-options: >
30-
-no-window -gpu host -no-boot-anim -no-audio -no-metrics
31-
-camera-back none -camera-front none
32-
-cores 4 -memory 4096
33-
script: ./android/gradlew -p ./android :sdl_android:connectedDebugAndroidTest --max-workers=4
34-
29+
script: ./android/gradlew -p ./android :sdl_android:connectedDebugAndroidTest
3530

3631
- name: Hello Sdl Android Tests
3732
run: ./android/gradlew -p ./android/hello_sdl_android test

0 commit comments

Comments
 (0)