Skip to content

Commit 670e749

Browse files
committed
chore: update Android emulator architecture to arm64-v8a
1 parent a0917a3 commit 670e749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
test-android:
8686
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
8787
name: Test app (Android)
88-
runs-on: ubuntu-latest
88+
runs-on: ubuntu-24.04-arm
8989
steps:
9090
- uses: actions/checkout@v4
9191
- uses: actions/setup-node@v4
@@ -137,7 +137,7 @@ jobs:
137137
force-avd-creation: false
138138
emulator-options: -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
139139
disable-animations: true
140-
arch: x86
140+
arch: arm64-v8a
141141
ndk: ${{ env.NDK_VERSION }}
142142
cmake: 3.22.1
143143
working-directory: apps/test-app

0 commit comments

Comments
 (0)