Skip to content

Commit

Permalink
Use -arch x86_64 for emulator (#132)
Browse files Browse the repository at this point in the history
Run tests on macos-13 due to ReactiveCircus/android-emulator-runner#350
  • Loading branch information
lsuski authored Jul 25, 2024
1 parent e68406b commit b071ba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/actions/android-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ runs:
using: composite
steps:
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
uses: reactivecircus/android-emulator-runner@v2.32.0
with:
api-level: 29
api-level: 30
emulator-options: -skin 1920x1080 -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
arch: x86_64
script: ./gradlew :cukeulator:connectedCheck -PdisableAnimations=true
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit b071ba2

Please sign in to comment.