Skip to content

Commit 92fcbfd

Browse files
committed
chore(workflow): removes android tests for API 29
1 parent 6e50530 commit 92fcbfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
runs-on: macos-latest
179179
strategy:
180180
matrix:
181-
api-level: [ 26, 29, 32 ]
181+
api-level: [ 26, 32 ]
182182
target: [ default ]
183183
steps:
184184
- name: Cancel previous runs

0 commit comments

Comments
 (0)