Skip to content

Commit 2e961a4

Browse files
authored
chore: update workflows android test arch (#253)
1 parent 4764a6f commit 2e961a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ jobs:
220220
with:
221221
api-level: ${{ matrix.api-level }}
222222
target: ${{ matrix.target }}
223-
arch: x86_64
224-
profile: Nexus 6
223+
arch: arm64-v8a
224+
profile: pixel_5
225225
script: |
226226
cd example/android && ./gradlew connectedCheck --stacktrace
227227

0 commit comments

Comments
 (0)