Skip to content

Commit

Permalink
ci: revert API 29 test to Mac OS
Browse files Browse the repository at this point in the history
It fails on ubuntu-latest
  • Loading branch information
ashishb committed Jul 21, 2024
1 parent a856f04 commit 96cce11
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/adbe-unittests-api29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ concurrency:

jobs:
testOnApi29:
runs-on: ubuntu-latest
# This hangs on ubuntu-latest
# Ref: https://github.com/ashishb/adb-enhanced/pull/239
# Ref: https://github.com/ReactiveCircus/android-emulator-runner/issues/385
runs-on: macos-13 # X86-based as macOS 14 onwards is ARM-based
timeout-minutes: 15

strategy:
Expand Down Expand Up @@ -43,7 +46,7 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ matrix.api-level }}
key: avd-${{ runner.os }}-${{ matrix.api-level }}

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 96cce11

Please sign in to comment.