File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 1313 os : ' macos-26'
1414 ANDROID_API : 28
1515 EMULATOR_ARCH : ' arm64-v8a'
16- # EMULATOR_ARCH: 'armv7'
1716 EMULATOR_GPU : ' swiftshader_indirect'
18- EMULATOR_ENGINE : ' classic'
19- - name : ' macOS 26'
20- os : ' macos-26'
21- ANDROID_API : 28
22- EMULATOR_ARCH : ' arm64-v8a'
23- EMULATOR_GPU : ' swiftshader'
24- EMULATOR_ENGINE : ' classic'
25- - name : ' macOS 26'
26- os : ' macos-26'
27- ANDROID_API : 28
28- EMULATOR_ARCH : ' arm64-v8a'
29- EMULATOR_GPU : ' off'
30- EMULATOR_ENGINE : ' classic'
3117 # - name: 'macOS 15'
3218 # os: 'macos-15'
3319 # ANDROID_API: 28
@@ -43,21 +29,11 @@ jobs:
4329 ANDROID_API : 28
4430 EMULATOR_ARCH : ' x86_64'
4531 EMULATOR_GPU : ' swiftshader_indirect'
46- - name : ' Ubuntu Latest'
47- os : ' ubuntu-latest'
48- ANDROID_API : 28
49- EMULATOR_ARCH : ' x86_64'
50- EMULATOR_GPU : ' off'
5132 - name : ' Ubuntu Latest'
5233 os : ' ubuntu-latest'
5334 ANDROID_API : 28
5435 EMULATOR_ARCH : ' x86_64'
5536 EMULATOR_GPU : ' swiftshader_indirect'
56- - name : ' Ubuntu Latest'
57- os : ' ubuntu-latest'
58- ANDROID_API : 28
59- EMULATOR_ARCH : ' x86_64'
60- EMULATOR_GPU : ' swiftshader'
6137 fail-fast : false
6238 runs-on : ${{ matrix.os }}
6339 env :
11692 run : emulator -list-avds
11793
11894 - name : Emulator - Boot
119- run : emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu "${EMULATOR_GPU}" -engine "${EMULATOR_ENGINE}" - no-snapshot -noaudio -no-boot-anim &
95+ run : emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu "${EMULATOR_GPU}" -no-snapshot -noaudio -no-boot-anim &
12096
12197 - name : ADB Wait For Device
12298 run : adb wait-for-any-device
You can’t perform that action at this time.
0 commit comments