Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 92fcbfd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)