Skip to content

Commit

Permalink
chore(): build.yml tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Sep 16, 2024
1 parent 2f2f852 commit d6b28d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
jobs:
build-android:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
with:
api-level: 33
script: ./gradlew build
arch: x86_64
arch: arm64-v8a
- name: Build Android app
run: |
cd android
Expand Down

0 comments on commit d6b28d1

Please sign in to comment.