Skip to content

Commit

Permalink
Docker Mobile Android
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 19, 2024
1 parent b59dcdf commit 3b8d91d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
docker-manual-android-run:
if: github.event_name != 'schedule'
name: Manual - ${{ inputs.tags }}
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Validate Input Parameter
id: validate_input
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
# if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 25
api-level: 29
force-avd-creation: false
emulator-options: -no-window -gpu -grpc-use-jwt swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -127,7 +127,7 @@ jobs:
id: start_emulator
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 25
api-level: 29
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -grpc-use-jwt -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
Expand Down

0 comments on commit 3b8d91d

Please sign in to comment.