Skip to content

Commit c2759cb

Browse files
committed
update Android workflow: enable Ubuntu x86_64 config, comment out macOS ARM64 config
1 parent 459b1c8 commit c2759cb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
strategy:
2828
matrix:
2929
include:
30-
# - os: ubuntu-latest # Ubuntu
31-
# android-api: 30
32-
# arch: x86_64
33-
# config_file: experiments/android_x86_64_ci.yaml
34-
- os: macOS-latest # macOS on Apple Silicon (M1/M2)
30+
- os: ubuntu-latest # Ubuntu
3531
android-api: 30
36-
arch: arm64-v8a # Android ARM64 architecture
37-
config_file: experiments/android_example.yaml
32+
arch: x86_64
33+
config_file: experiments/android_x86_64_ci.yaml
34+
# - os: macOS-latest # macOS on Apple Silicon (M1/M2)
35+
# android-api: 30
36+
# arch: arm64-v8a # Android ARM64 architecture
37+
# config_file: experiments/android_example.yaml
3838
runs-on: ${{ matrix.os }}
3939

4040
steps:

0 commit comments

Comments
 (0)