Skip to content

Commit 88620ca

Browse files
committed
update CI
1 parent 50402b3 commit 88620ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/android.yml

Lines changed: 5 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-13
7+
runs-on: macos-15-intel
88
steps:
99

1010
- name: Checkout
@@ -21,10 +21,10 @@ 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: 34
25-
cores: 3
26-
ram-size: 6000M
27-
heap-size: 4000M
24+
api-level: 36
25+
cores: 1
26+
ram-size: 6144
27+
heap-size: 512
2828
arch: x86_64
2929
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
3030

0 commit comments

Comments
 (0)