You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): bump macOS deployment target for bundled z3 builds
The osxcross SDK headers gate std::to_chars behind macOS 13.3+.
Bundled z3 builds in macOS-targeted Docker images were compiling with
-mmacosx-version-min=11.0, causing C++ availability errors in libc++.
Set MACOSX_DEPLOYMENT_TARGET and target C/C++ flags to 13.3.
0 commit comments