3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-27 09:22:41 +00:00

Fix Mac ARM64 nightly build deployment target for std::format

This commit is contained in:
copilot-swe-agent[bot] 2026-07-09 14:55:29 +00:00 committed by GitHub
parent ad10b04f07
commit 0f5ff7f637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 90
env:
MACOSX_DEPLOYMENT_TARGET: "13.0"
MACOSX_DEPLOYMENT_TARGET: "13.3"
steps:
- name: Checkout code
uses: actions/checkout@v7.0.0
@ -83,7 +83,7 @@ jobs:
python-version: '3.x'
- name: Build
run: python scripts/mk_unix_dist.py --dotnet-key=$GITHUB_WORKSPACE/resources/z3.snk --arch=arm64 --os=osx-13.0
run: python scripts/mk_unix_dist.py --dotnet-key=$GITHUB_WORKSPACE/resources/z3.snk --arch=arm64 --os=osx-13.3
- name: Validate libz3.dylib and z3 architecture (must be arm64)
run: |