File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 include :
12- - name : ' macOS 26'
13- os : ' macos-26'
14- ANDROID_API : 28
15- EMULATOR_ARCH : ' arm64-v8a'
16- EMULATOR_GPU : ' swiftshader_indirect'
12+ # - name: 'macOS 26'
13+ # os: 'macos-26'
14+ # ANDROID_API: 28
15+ # EMULATOR_ARCH: 'arm64-v8a'
16+ # EMULATOR_GPU: 'swiftshader_indirect'
17+
1718 # - name: 'macOS 15'
1819 # os: 'macos-15'
1920 # ANDROID_API: 28
2021 # EMULATOR_ARCH: 'arm64-v8a'
2122 # EMULATOR_GPU: 'swiftshader_indirect'
23+
2224 # - name: 'macOS 14'
2325 # os: 'macos-14'
2426 # ANDROID_API: 28
2527 # EMULATOR_ARCH: 'arm64-v8a'
2628 # EMULATOR_GPU: 'swiftshader_indirect'
29+
30+ - name : ' macOS 15 Intel'
31+ os : ' macos-15-intel'
32+ ANDROID_API : 28
33+ EMULATOR_ARCH : ' x86_64'
34+ EMULATOR_GPU : ' swiftshader_indirect'
35+
2736 - name : ' macOS 13'
2837 os : ' macos-13'
2938 ANDROID_API : 28
3039 EMULATOR_ARCH : ' x86_64'
3140 EMULATOR_GPU : ' swiftshader_indirect'
41+
3242 - name : ' Ubuntu Latest'
3343 os : ' ubuntu-latest'
3444 ANDROID_API : 28
You can’t perform that action at this time.
0 commit comments