Skip to content

Commit 0a5748b

Browse files
committed
build: bump versions
1 parent def029a commit 0a5748b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/android.yml

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

1515
jobs:
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
@@ -48,7 +48,7 @@ jobs:
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'
@@ -62,8 +62,8 @@ jobs:
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
@@ -85,8 +85,8 @@ jobs:
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

0 commit comments

Comments
 (0)