cfallin opened PR #11787 from cfallin:macosx-deployment-target to bytecodealliance:main:
Reading through the perplexing release build failure for
macos-x86_64in [1], I noticed a warning stating the following:warning: deployment target in MACOSX_DEPLOYMENT_TARGET was set to 10.9, but the minimum supported by `rustc` is 10.12I'm not sure if this has anything to do with the new build failure, but it seems worth addressing in any case. This PR updates the minimum Mac OS X version targeted by the build to 10.12.
[1]: https://github.com/bytecodealliance/wasmtime/actions/runs/18228566641/job/51906071185#step:8:641
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
cfallin requested alexcrichton for a review on PR #11787.
cfallin requested wasmtime-default-reviewers for a review on PR #11787.
alexcrichton submitted PR review:
Mind changing aarch64-macos below as well?
pchickey commented on PR #11787:
Rust has recently downgraded x86_64 macos to Tier 2 https://blog.rust-lang.org/2025/08/19/demoting-x86-64-apple-darwin-to-tier-2-with-host-tools . We may want to consider getting rid of this deployment target if it keeps giving us trouble.
cfallin updated PR #11787.
cfallin has enabled auto merge for PR #11787.
cfallin merged PR #11787.
Last updated: Dec 06 2025 at 06:05 UTC