Skip to content

Commit 395c2b5

Browse files
committed
Try to run the Android emulator
1 parent 1aaf0ea commit 395c2b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
- name: 'macOS 13'
1313
os: 'macos-13'
1414
ANDROID_API: 28
15-
ANDROID_ARCH: 'x86'
15+
ANDROID_ARCH: 'x86_64'
1616
- name: 'macOS 14'
1717
os: 'macos-14'
1818
ANDROID_API: 28
19-
ANDROID_ARCH: 'x86'
19+
ANDROID_ARCH: 'armeabi-v7a'
2020
- name: 'macOS 15'
2121
os: 'macos-15'
2222
ANDROID_API: 28
23-
ANDROID_ARCH: 'x86'
23+
ANDROID_ARCH: 'armeabi-v7a'
2424
fail-fast: false
2525
runs-on: ${{ matrix.os }}
2626
env:

0 commit comments

Comments
 (0)