Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed May 2, 2024
2 parents 1e79dac + abfebf1 commit b0bf152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_dart_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ jobs:
name: ios_binary
path: bridge/build/ios/
build_android_binary:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-node@v2
with:
node-version: "16"
- uses: nttld/setup-ndk@v1
- uses: nttld/setup-ndk@v1.2.0
id: setup-ndk
with:
ndk-version: r22b
Expand Down

0 comments on commit b0bf152

Please sign in to comment.