Skip to content

Commit

Permalink
Use ubuntu-latest for build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
lsuski committed Jul 25, 2024
1 parent 45a2c01 commit 9e3539f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/android-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ runs:
with:
api-level: 33
emulator-options: -skin 1920x1080 -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
arch: arm64-v8a
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: ubuntu-latest
steps:
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 9e3539f

Please sign in to comment.