Skip to content

Commit 445d69a

Browse files
committed
Add macos-15-intel to matrix
1 parent 5759c91 commit 445d69a

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,36 @@ jobs:
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

0 commit comments

Comments
 (0)