[v26.x backport] doc: downgrade macOS x64 to Tier 2#63153
Closed
aduh95 wants to merge 1 commit into
Closed
Conversation
Signed-off-by: Antoine du Hamel <[email protected]> PR-URL: nodejs#63055 Refs: https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment/ Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Stewart X Addison <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gürgün Dayıoğlu <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Collaborator
|
Review requested:
|
panva
approved these changes
May 6, 2026
targos
approved these changes
May 6, 2026
Renegade334
approved these changes
May 6, 2026
sxa
approved these changes
May 7, 2026
Member
sxa
left a comment
There was a problem hiding this comment.
This is good to send a message about the future removal of macos/x64 support in line with changes in various upstream locations.
RafaelGSS
approved these changes
May 27, 2026
marco-ippolito
approved these changes
May 27, 2026
legendecas
approved these changes
May 27, 2026
Contributor
Author
|
@nodejs/tsc @nodejs/build is there any objections? If I don't hear any I'll land this as semver-patch. Adding it to the TSC agenda so we remember to land this |
aduh95
added a commit
that referenced
this pull request
May 30, 2026
Signed-off-by: Antoine du Hamel <[email protected]> PR-URL: #63055 Backport-PR-URL: #63153 Refs: https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment/ Refs: nodejs/build#4317 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: René <[email protected]> Reviewed-By: Stewart X Addison <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Contributor
Author
|
Landed in de99643 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #63055
Although the original PR was marked semver-major per policy, I don't think landing this would break anyone, on the contrary not landing it would IMO force the project to cut the EOL of Node.js 26 earlier if we're no longer able to build x86_64 binaries for macOS. The intent of this PR is not to stop providing support for Intel on macOS, it's to communicate that there's some uncertainty on the ability for the project to provide the universal binaries.
For reference, Node.js 26 EOL is scheduled on 2029-04-30; Rosetta 2 / macOS 27 EOL is unknown, likely in 2029 based on previous macOS releases.
Refs: nodejs/build#4317