diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index c835de991..e1bd64ac5 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -9,7 +9,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [21, 30, 34] + api-level: [29] target: [playstore] steps: - uses: actions/checkout@v2