mirror of
https://github.com/Z3Prover/z3
synced 2026-07-15 03:25:43 +00:00
The `Release Build` workflow still targeted macOS 13.0 for the x64/arm64 packaging jobs, while the codebase now relies on libc++ functionality that is only available with a 13.3 deployment target. This updates the release workflow to use the same macOS target configuration already applied in `nightly.yml`. - **Release workflow** - Raise `MACOSX_DEPLOYMENT_TARGET` from `13.0` to `13.3` for both `mac-build-x64` and `mac-build-arm64` - Update the packaging target passed to `mk_unix_dist.py` from `--os=osx-13.0` to `--os=osx-13.3` - **Config alignment** - Bring `release.yml` in sync with the existing nightly macOS fix so both workflows build against the same minimum macOS version ```yaml env: MACOSX_DEPLOYMENT_TARGET: "13.3" run: python scripts/mk_unix_dist.py --arch=x64 --os=osx-13.3 ``` --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| actions | ||
| agents | ||
| aw | ||
| prompts | ||
| scripts | ||
| skills | ||
| workflows | ||
| CI_MIGRATION.md | ||
| CI_TESTING.md | ||
| copilot-instructions.md | ||
| dependabot.yml | ||
| mcp.json | ||