|
9 | 9 | strategy: |
10 | 10 | matrix: |
11 | 11 | include: |
12 | | - - name: 'macOS 26' |
13 | | - os: 'macos-26' |
14 | | - ANDROID_API: 28 |
15 | | - ANDROID_ARCH: 'arm64-v8a' |
16 | | - ANDROID_GPU: 'swiftshader_indirect' |
17 | | - - name: 'macOS 15' |
18 | | - os: 'macos-15' |
19 | | - ANDROID_API: 28 |
20 | | - ANDROID_ARCH: 'arm64-v8a' |
21 | | - ANDROID_GPU: 'swiftshader_indirect' |
22 | | - - name: 'macOS 14' |
23 | | - os: 'macos-14' |
24 | | - ANDROID_API: 28 |
25 | | - ANDROID_ARCH: 'arm64-v8a' |
26 | | - ANDROID_GPU: 'swiftshader_indirect' |
27 | | - - name: 'macOS 13' |
28 | | - os: 'macos-13' |
29 | | - ANDROID_API: 28 |
30 | | - ANDROID_ARCH: 'x86_64' |
31 | | - ANDROID_GPU: 'swiftshader_indirect' |
| 12 | + #- name: 'macOS 26' |
| 13 | + # os: 'macos-26' |
| 14 | + # ANDROID_API: 28 |
| 15 | + # ANDROID_ARCH: 'arm64-v8a' |
| 16 | + # ANDROID_GPU: 'swiftshader_indirect' |
| 17 | + #- name: 'macOS 15' |
| 18 | + # os: 'macos-15' |
| 19 | + # ANDROID_API: 28 |
| 20 | + # ANDROID_ARCH: 'arm64-v8a' |
| 21 | + # ANDROID_GPU: 'swiftshader_indirect' |
| 22 | + #- name: 'macOS 14' |
| 23 | + # os: 'macos-14' |
| 24 | + # ANDROID_API: 28 |
| 25 | + # ANDROID_ARCH: 'arm64-v8a' |
| 26 | + # ANDROID_GPU: 'swiftshader_indirect' |
| 27 | + #- name: 'macOS 13' |
| 28 | + # os: 'macos-13' |
| 29 | + # ANDROID_API: 28 |
| 30 | + # ANDROID_ARCH: 'x86_64' |
| 31 | + # ANDROID_GPU: 'swiftshader_indirect' |
32 | 32 | - name: 'Ubuntu Latest' |
33 | 33 | os: 'ubuntu-latest' |
34 | 34 | ANDROID_API: 28 |
@@ -79,16 +79,16 @@ jobs: |
79 | 79 | echo "Emulator started" |
80 | 80 |
|
81 | 81 | - name: SKDs - download required images |
82 | | - run: $ANDROID_HOME/tools/bin/sdkmanager "system-images;android-30;default;x86_64" |
| 82 | + run: sdkmanager "system-images;android-30;default;x86_64" |
83 | 83 |
|
84 | 84 | - name: SDKs - accept licenses |
85 | | - run: y | $ANDROID_HOME/tools/bin/sdkmanager --licenses |
| 85 | + run: y | sdkmanager --licenses |
86 | 86 |
|
87 | 87 | - name: Emulator - Create |
88 | | - run: $ANDROID_HOME/tools/bin/avdmanager create avd -n Pixel_API_30 --device 'Nexus 5X' --package "system-images;android-30;default;x86_64" --sdcard 512M |
| 88 | + run: avdmanager create avd -n Pixel_API_30 --device 'Nexus 5X' --package "system-images;android-30;default;x86_64" --sdcard 512M |
89 | 89 |
|
90 | 90 | - name: Emulator - Boot |
91 | | - run: $ANDROID_HOME/emulator/emulator -memory 4096 -avd Pixel_API_30 -wipe-data -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim & |
| 91 | + run: emulator -memory 4096 -avd Pixel_API_30 -wipe-data -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim & |
92 | 92 |
|
93 | 93 | - name: ADB Wait For Device |
94 | 94 | run: adb wait-for-any-device |
|
0 commit comments