Skip to content

Commit 66240cb

Browse files
committed
Retry arm emulator
1 parent 8de2a1e commit 66240cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

+3-3
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-13
7+
runs-on: macos-14
88
steps:
99

1010
- name: Checkout
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
api-level: 34
2525
target: google_apis
26-
ram-size: 4000m
27-
arch: x86_64
26+
ram-size: 6000m
27+
arch: arm64-v8a
2828
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
2929

3030
- name: Hello Sdl Android Tests

0 commit comments

Comments
 (0)