Skip to content

Commit

Permalink
Build Android using macos-latest runner (#186)
Browse files Browse the repository at this point in the history
* build apk with latest macos runner
  • Loading branch information
vodemn authored Jul 28, 2024
1 parent 006158c commit 9100ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ env:
jobs:
build-android:
name: Build ${{ inputs.binary-type == 'apk' && '.apk' || '.aab' }}
runs-on: macos-11
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9100ae3

Please sign in to comment.