Skip to content

Commit

Permalink
Merge pull request #48 from docknetwork/fix/bump-java-version
Browse files Browse the repository at this point in the history
Fix emulator not starting
  • Loading branch information
Jayteekay authored Apr 30, 2024
2 parents f2dd8a6 + 070e629 commit 99dd65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
start-test:
runs-on: macos-latest
runs-on: macos-13
name: "Start Test"
steps:
- name: Checkout
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
profile: Nexus 6
ram-size: 16384M
disk-size: 16384M
emulator-boot-timeout: 12000
emulator-boot-timeout: 600
emulator-options: -no-window -netdelay none -netspeed full -noaudio -no-boot-anim
disable-animations: true
script: |
Expand Down

0 comments on commit 99dd65f

Please sign in to comment.