Skip to content

Commit e7e1449

Browse files
committed
Try setup-skip action
1 parent 8b02f1f commit e7e1449

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ jobs:
1414
ANDROID_API: 28
1515
ANDROID_ARCH: 'arm64-v8a'
1616
ANDROID_GPU: 'swiftshader_indirect'
17+
- name: 'macOS 26'
18+
os: 'macos-26'
19+
ANDROID_API: 28
20+
ANDROID_ARCH: 'arm64-v8a'
21+
ANDROID_GPU: 'swiftshader'
22+
- name: 'macOS 26'
23+
os: 'macos-26'
24+
ANDROID_API: 28
25+
ANDROID_ARCH: 'arm64-v8a'
26+
ANDROID_GPU: 'off'
1727
#- name: 'macOS 15'
1828
# os: 'macos-15'
1929
# ANDROID_API: 28

0 commit comments

Comments
 (0)