Skip to content

Commit

Permalink
Merge pull request #28 from openwebf/fix-macos-runner
Browse files Browse the repository at this point in the history
Tweak Android build
  • Loading branch information
ekkis committed May 8, 2024
2 parents 2a78a91 + 0e84127 commit d3f95ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_to_dart_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: ios_binary
path: bridge/build/ios/
build_android_binary:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.1.3
with:
Expand All @@ -121,10 +121,6 @@ jobs:
with:
version: ${{ env.pnpmVersion }}
run_install: true
- uses: nttld/setup-ndk@v1.2.0
id: setup-ndk
with:
ndk-version: r26d
- uses: jwlawson/actions-setup-cmake@v2.0.2
with:
cmake-version: ${{ env.cmakeVersion }}
Expand Down

0 comments on commit d3f95ff

Please sign in to comment.