Skip to content

Commit d0aa17d

Browse files
committed
update workflows: switch Android emulator architecture to x86_64 on Ubuntu, disable macOS runner setup
1 parent 2c2058b commit d0aa17d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e-android-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
include:
3030
- os: ubuntu-latest # Ubuntu
3131
android-api: 30
32-
arch: arm64
33-
- os: macOS-latest # macOS on Apple Silicon (M1/M2)
34-
android-api: 30
35-
arch: arm64
32+
arch: x86_64
33+
# - os: macOS-latest # macOS on Apple Silicon (M1/M2)
34+
# android-api: 30
35+
# arch: arm64
3636
runs-on: ${{ matrix.os }}
3737

3838
steps:

0 commit comments

Comments
 (0)