Skip to content

Commit b7c972b

Browse files
committed
build: use linux runner
1 parent 9033e1b commit b7c972b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
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
@@ -69,7 +69,7 @@ jobs:
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

0 commit comments

Comments
 (0)