Remove android 13

This commit is contained in:
MohitMali 2022-07-26 18:12:43 +05:30 committed by Kelson
parent 3c116c76a7
commit e8ac7803fd
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
coverageReport:
strategy:
matrix:
api-level: [21,30,33]
api-level: [21,30]
fail-fast: false
runs-on: macos-10.15
steps:

View File

@ -10,7 +10,7 @@ jobs:
instrumentation_tests:
strategy:
matrix:
api-level: [21, 22, 23, 24, 25, 27, 28, 30, 33]
api-level: [21, 22, 23, 24, 25, 27, 28, 30]
fail-fast: false
runs-on: macOS-latest
steps: