diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b69d691..370faa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: - name: Run tests uses: ./.github/actions/android-emulator-run with: - api-level: 33 + api-level: 31 script: ./gradlew benchmark:connectedReleaseAndroidTest - if: failure() uses: actions/upload-artifact@v4