Skip to content

Commit

Permalink
Retry arm emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKast committed Feb 12, 2024
1 parent 8de2a1e commit 66240cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-13
runs-on: macos-14
steps:

- name: Checkout
Expand All @@ -23,8 +23,8 @@ jobs:
with:
api-level: 34
target: google_apis
ram-size: 4000m
arch: x86_64
ram-size: 6000m
arch: arm64-v8a
script: ./android/gradlew -p ./android :sdl_android:connectedCheck

- name: Hello Sdl Android Tests
Expand Down

0 comments on commit 66240cb

Please sign in to comment.