diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 157962a..4d8788a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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