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-15
17+ runs-on : ubuntu-latest
1818 concurrency :
1919 group : ${{ github.ref }}-android
2020 cancel-in-progress : true
@@ -48,14 +48,14 @@ jobs:
4848 path : |
4949 ~/.android/avd/*
5050 ~/.android/adb*
51- key : avd-35-arm64-v8a
51+ key : avd-35-arm64-x86_64
5252
5353 - name : Create AVD and generate snapshot for caching
5454 if : steps.avd-cache.outputs.cache-hit != 'true'
5555 uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2.34.0
5656 with :
5757 api-level : 35
58- arch : arm64-v8a
58+ arch : x86_64
5959 ram-size : 4096M
6060 profile : pixel
6161 avd-name : Pixel_3a_API_30_AOSP
6969 uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2.34.0
7070 with :
7171 api-level : 35
72- arch : arm64-v8a
72+ arch : x86_64
7373 profile : pixel
7474 avd-name : Pixel_3a_API_30_AOSP
7575 force-avd-creation : false
You can’t perform that action at this time.
0 commit comments