mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-05 09:36:22 +00:00
Merge pull request #6678 from TeamNewPipe/XiangRongLin-patch-1
Remove api level 29 from android ci tests
This commit is contained in:
commit
e7f339a946
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -50,7 +50,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# api-level 19 is min sdk, but throws errors related to desugaring
|
||||
api-level: [ 21, 29 ]
|
||||
# api-level 29 currently not working https://github.com/ReactiveCircus/android-emulator-runner/issues/168
|
||||
api-level: [ 21 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user