Skip to content

Commit b3d1613

Browse files
committed
Test against more API levels
1 parent 246a5aa commit b3d1613

File tree

1 file changed

+51
-3
lines changed

1 file changed

+51
-3
lines changed

.github/workflows/ci.yml

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,71 @@ jobs:
2727
# EMULATOR_ARCH: 'arm64-v8a'
2828
# EMULATOR_GPU: 'swiftshader_indirect'
2929

30-
- name: 'macOS 15 Intel'
30+
- name: 'macOS 15 Intel API 28'
3131
os: 'macos-15-intel'
3232
ANDROID_API: 28
3333
EMULATOR_ARCH: 'x86_64'
3434
EMULATOR_GPU: 'swiftshader_indirect'
3535

36-
- name: 'macOS 13'
36+
- name: 'macOS 13 API 28'
3737
os: 'macos-13'
3838
ANDROID_API: 28
3939
EMULATOR_ARCH: 'x86_64'
4040
EMULATOR_GPU: 'swiftshader_indirect'
4141

42-
- name: 'Ubuntu Latest'
42+
- name: 'Ubuntu Latest API 28'
4343
os: 'ubuntu-latest'
4444
ANDROID_API: 28
4545
EMULATOR_ARCH: 'x86_64'
4646
EMULATOR_GPU: 'swiftshader_indirect'
47+
48+
- name: 'Ubuntu Latest API 29'
49+
os: 'ubuntu-latest'
50+
ANDROID_API: 29
51+
EMULATOR_ARCH: 'x86_64'
52+
EMULATOR_GPU: 'swiftshader_indirect'
53+
54+
- name: 'Ubuntu Latest API 30'
55+
os: 'ubuntu-latest'
56+
ANDROID_API: 30
57+
EMULATOR_ARCH: 'x86_64'
58+
EMULATOR_GPU: 'swiftshader_indirect'
59+
60+
- name: 'Ubuntu Latest API 31'
61+
os: 'ubuntu-latest'
62+
ANDROID_API: 31
63+
EMULATOR_ARCH: 'x86_64'
64+
EMULATOR_GPU: 'swiftshader_indirect'
65+
66+
- name: 'Ubuntu Latest API 32'
67+
os: 'ubuntu-latest'
68+
ANDROID_API: 32
69+
EMULATOR_ARCH: 'x86_64'
70+
EMULATOR_GPU: 'swiftshader_indirect'
71+
72+
- name: 'Ubuntu Latest API 33'
73+
os: 'ubuntu-latest'
74+
ANDROID_API: 33
75+
EMULATOR_ARCH: 'x86_64'
76+
EMULATOR_GPU: 'swiftshader_indirect'
77+
78+
- name: 'Ubuntu Latest API 34'
79+
os: 'ubuntu-latest'
80+
ANDROID_API: 34
81+
EMULATOR_ARCH: 'x86_64'
82+
EMULATOR_GPU: 'swiftshader_indirect'
83+
84+
- name: 'Ubuntu Latest API 35'
85+
os: 'ubuntu-latest'
86+
ANDROID_API: 35
87+
EMULATOR_ARCH: 'x86_64'
88+
EMULATOR_GPU: 'swiftshader_indirect'
89+
90+
- name: 'Ubuntu Latest API 36'
91+
os: 'ubuntu-latest'
92+
ANDROID_API: 36
93+
EMULATOR_ARCH: 'x86_64'
94+
EMULATOR_GPU: 'swiftshader_indirect'
4795
fail-fast: false
4896
runs-on: ${{ matrix.os }}
4997
env:

0 commit comments

Comments
 (0)