From 72493586fcd1c0d40a23b2ca3f4e23de7c2dd8d8 Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Tue, 5 Nov 2024 15:46:19 +0100 Subject: [PATCH] android lower end only available on x86 + increase timeout to 20 minutes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d494ed9a3..af00b09b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: os: macos-15-large ANDROID_API: 19 ANDROID_NDK: 23.2.8568313 - ANDROID_ARCH: x86_64 + ANDROID_ARCH: x86 - name: Android (latest API/NDK) os: macos-15-large ANDROID_API: 35 @@ -188,7 +188,7 @@ jobs: - name: Starting Android Simulator if: ${{ env['ANDROID_API'] }} run: bash scripts/start-android.sh - timeout-minutes: 10 + timeout-minutes: 20 - name: Test shell: bash