You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/android.yml
+18-8
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ on:
14
14
15
15
jobs:
16
16
android-build:
17
-
runs-on: macos-12
17
+
runs-on: macos-13 # emulator never starts on macOS 14 https://github.com/ReactiveCircus/android-emulator-runner/issues/392#issuecomment-2106167725
18
18
concurrency:
19
19
group: ${{ github.ref }}-android
20
20
cancel-in-progress: true
@@ -50,17 +50,27 @@ jobs:
50
50
run: bun run build:android
51
51
working-directory: example
52
52
53
-
- name: Run Android Emulator and app
53
+
- name: Create AVD and generate snapshot for caching
0 commit comments