Skip to content

Merge pull request #1527 from o1-labs/dw/move-for-tests-transaction-l… #66

Merge pull request #1527 from o1-labs/dw/move-for-tests-transaction-l…

Merge pull request #1527 from o1-labs/dw/move-for-tests-transaction-l… #66

name: Build macOS Latest
on:
push:
branches: [main, develop]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build-reusable.yaml
with:
os: macos-latest
cache-prefix: macos-latest-
build-wasm: true
rustflags: "-C link-args=-Wl,-undefined,dynamic_lookup"