From db7d1bd266bdfc9a690e7f68a6376d47eb929bdf Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Thu, 24 Jun 2021 11:02:39 +0200 Subject: [PATCH] workaround android emulator GH action issues https://github.com/ReactiveCircus/android-emulator-runner/issues/160 --- .github/workflows/gradle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 59f7c4896..917416cfd 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -41,7 +41,7 @@ jobs: with: arguments: test --stacktrace -Pkotlin.version=${{ matrix.kotlin-version }} -Pkotlin.ir.enabled=${{ matrix.kotlin-ir-enabled }} android-instrumented-tests: - runs-on: macos-latest + runs-on: macos-11.0 strategy: matrix: api-level: [ 28, 29 ] @@ -59,5 +59,6 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} + emulator-build: 6110076 script: ./gradlew connectedCheck