Merge pull request #1775 from o1-labs/dependabot/cargo/dialoguer-0.12.0 #140
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build macOS 14 | |
| 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-14 | |
| cache-prefix: macos-14- | |
| build-wasm: true | |
| rustflags: "-C link-args=-Wl,-undefined,dynamic_lookup" |