Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
downgrading to API 29
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilchrist-ledger committed Apr 14, 2022
1 parent 0327446 commit c8029db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
api-level: 29
force-avd-creation: false
avd-name: Nexus_6_API_30
emulator-options: -verbose -no-boot-anim -noaudio
Expand All @@ -166,7 +166,7 @@ jobs:
timeout-minutes: 30
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
api-level: 29
force-avd-creation: false
avd-name: Nexus_6_API_30
emulator-options: -verbose -no-snapshot-save -no-boot-anim -noaudio
Expand Down

0 comments on commit c8029db

Please sign in to comment.