From 25c5ae1fbb8b6720f5934f8302d62fd428dfda50 Mon Sep 17 00:00:00 2001 From: Caren Date: Mon, 1 Aug 2022 15:15:55 -0700 Subject: [PATCH] Use macos-latest as recommended https://github.com/ReactiveCircus/android-emulator-runner#usage --- .github/workflows/Build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 453524fe3..8c67b16c8 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -11,7 +11,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest timeout-minutes: 60 steps: @@ -85,7 +85,6 @@ jobs: with: api-level: ${{ matrix.api-level }} arch: x86_64 - first-boot-delay: 1000 disable-animations: true disk-size: 1500M heap-size: 512M