We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0917a3 commit 670e749Copy full SHA for 670e749
.github/workflows/check.yml
@@ -85,7 +85,7 @@ jobs:
85
test-android:
86
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
87
name: Test app (Android)
88
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
89
steps:
90
- uses: actions/checkout@v4
91
- uses: actions/setup-node@v4
@@ -137,7 +137,7 @@ jobs:
137
force-avd-creation: false
138
emulator-options: -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
139
disable-animations: true
140
- arch: x86
+ arch: arm64-v8a
141
ndk: ${{ env.NDK_VERSION }}
142
cmake: 3.22.1
143
working-directory: apps/test-app
0 commit comments