File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515jobs :
1616 android-build :
17- runs-on : macos-13 # emulator never starts on macOS 14 https://github.com/ReactiveCircus/android-emulator-runner/issues/392#issuecomment-2106167725
17+ runs-on : macos-15
1818 concurrency :
1919 group : ${{ github.ref }}-android
2020 cancel-in-progress : true
4848 path : |
4949 ~/.android/avd/*
5050 ~/.android/adb*
51- key : avd-30-x86
51+ key : avd-35-arm64-v8a
5252
5353 - name : Create AVD and generate snapshot for caching
5454 if : steps.avd-cache.outputs.cache-hit != 'true'
6262 # https://github.com/ReactiveCircus/android-emulator-runner/issues/129
6363 # https://github.com/upleveled/hotline-bling-codealong/pull/26#issuecomment-1094659722
6464 target : aosp_atd
65- api-level : 30
66- arch : x86
65+ api-level : 35
66+ arch : arm64-v8a
6767 ram-size : 4096M
6868 channel : canary
6969 profile : pixel
8585 # https://github.com/ReactiveCircus/android-emulator-runner/issues/129
8686 # https://github.com/upleveled/hotline-bling-codealong/pull/26#issuecomment-1094659722
8787 target : aosp_atd
88- api-level : 30
89- arch : x86
88+ api-level : 35
89+ arch : arm64-v8a
9090 channel : canary
9191 profile : pixel
9292 avd-name : Pixel_3a_API_30_AOSP
You can’t perform that action at this time.
0 commit comments