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 459b1c8 commit c2759cbCopy full SHA for c2759cb
1 file changed
.github/workflows/e2e-android-test.yml
@@ -27,14 +27,14 @@ jobs:
27
strategy:
28
matrix:
29
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)
+ - os: ubuntu-latest # Ubuntu
35
android-api: 30
36
- arch: arm64-v8a # Android ARM64 architecture
37
- config_file: experiments/android_example.yaml
+ arch: x86_64
+ config_file: experiments/android_x86_64_ci.yaml
+# - os: macOS-latest # macOS on Apple Silicon (M1/M2)
+# android-api: 30
+# arch: arm64-v8a # Android ARM64 architecture
+# config_file: experiments/android_example.yaml
38
runs-on: ${{ matrix.os }}
39
40
steps:
0 commit comments