Skip to content

Commit

Permalink
Update yml to target proper API level, use newer JDK and beef up emul…
Browse files Browse the repository at this point in the history
…ator
  • Loading branch information
JulianKast committed Feb 14, 2024
1 parent d186229 commit d3027b3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
test_Android:
runs-on: macOS-latest
runs-on: macos-13
steps:

- name: Checkout
Expand All @@ -15,13 +15,17 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Sdl Android Tests
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 34
cores: 3
ram-size: 6000M
heap-size: 4000M
arch: x86_64
script: ./android/gradlew -p ./android :sdl_android:connectedCheck

- name: Hello Sdl Android Tests
Expand All @@ -33,7 +37,7 @@ jobs:
yml: ./codecov.yml

test_Java:
runs-on: macOS-latest
runs-on: macos-13
steps:

- name: Checkout
Expand Down

0 comments on commit d3027b3

Please sign in to comment.