From b2d098850a569af048c3414f716ef2ef1e7dd3e2 Mon Sep 17 00:00:00 2001 From: Caren Date: Mon, 1 Aug 2022 16:12:24 -0700 Subject: [PATCH] Add x86_64 and first-boot-delay config --- .github/workflows/Build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 8c67b16c8..0208ca463 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -11,7 +11,7 @@ concurrency: jobs: build: - runs-on: macos-latest + runs-on: ubuntu-latest timeout-minutes: 60 steps: @@ -59,11 +59,13 @@ jobs: androidTest: needs: build - runs-on: macOS-latest # enables hardware acceleration in the virtual machine + runs-on: macos-latest # enables hardware acceleration in the virtual machine timeout-minutes: 45 strategy: matrix: api-level: [23, 26, 30] + arch: [x86_64] + first-boot-delay: [1000] steps: - name: Checkout