Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f20b1f3

Browse files
committedMay 18, 2020
Only run tests on API23+
1 parent a6907c5 commit f20b1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
1313
strategy:
1414
matrix:
15-
api-level: [21, 29]
15+
api-level: [23, 29]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Failed to load comments.