Skip to content

Commit 0c06b91

Browse files
committed
do not run on api 21 for now
1 parent f4b45c5 commit 0c06b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bobtests_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
api-level: [35, 33, 29, 21]
22+
api-level: [35, 33, 29]
2323
permissions:
2424
contents: write
2525
if: ${{ true }}

0 commit comments

Comments
 (0)