GH Actions: Remove API 27

This commit is contained in:
Alinson S. Xavier 2022-10-22 16:01:36 -05:00
parent 0bb82a48a5
commit 4de67bd27a
No known key found for this signature in database
GPG Key ID: 0DA8E4B9E1109DCA

View File

@ -17,7 +17,7 @@ jobs:
run: ./build.sh build
- name: Run Android tests
run: ./build.sh android-tests-parallel 23 24 25 26 27 28 30 31
run: ./build.sh android-tests-parallel 23 24 25 26 28 30 31
- name: Upload artifacts
if: always()