[v26.x backport] doc: downgrade macOS x64 to Tier 2#63153
Open
aduh95 wants to merge 1 commit intonodejs:v26.x-stagingfrom
Open
[v26.x backport] doc: downgrade macOS x64 to Tier 2#63153aduh95 wants to merge 1 commit intonodejs:v26.x-stagingfrom
aduh95 wants to merge 1 commit intonodejs:v26.x-stagingfrom
Conversation
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: nodejs#63055 Refs: https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment/ Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Collaborator
|
Review requested:
|
panva
approved these changes
May 6, 2026
targos
approved these changes
May 6, 2026
Renegade334
approved these changes
May 6, 2026
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.
Refs: nodejs/build#4317