diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index edb9982a2..919f7e33c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -48,7 +48,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [22, 24, 26, 28, 29, 30, 31] + api-level: [22, 24, 28, 29, 30, 31] steps: - uses: actions/checkout@v2 - name: set up JDK 11 @@ -66,7 +66,7 @@ jobs: with: api-level: ${{ matrix.api-level }} arch: x86_64 - emulator-options: -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true script: ./gradlew connectedProdDebugAndroidTest