Skip to content

Commit

Permalink
android lower end only available on x86 + increase timeout to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Nov 5, 2024
1 parent 31cf4fa commit 7249358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7249358

Please sign in to comment.