Skip to content

Commit

Permalink
Merge pull request #6678 from TeamNewPipe/XiangRongLin-patch-1
Browse files Browse the repository at this point in the history
Remove api level 29 from android ci tests
  • Loading branch information
TobiGr authored Jul 16, 2021
2 parents dfa941a + d3375a9 commit e7f339a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7f339a

Please sign in to comment.