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