-
Notifications
You must be signed in to change notification settings - Fork 838
Update darwin platform support from amd64 to arm64 #4461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR corrects the platform support documentation to reflect Apple's transition from Intel (amd64) to Apple Silicon (arm64) processors. The README.md previously incorrectly listed Intel Macs as supported while marking Apple Silicon as unsupported, which is backwards given current hardware reality.
Key changes:
- Mark arm64 Darwin as Tier 2 supported
- Mark amd64 Darwin as not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: rkuris <3193068+rkuris@users.noreply.github.com>
0a60f78 to
9363da3
Compare
|
silly rabbit |
|
thanks @rkuris |
README.md incorrectly listed darwin amd64 as Tier 2 supported while marking darwin arm64 as unsupported. This is backwards—Apple Silicon (arm64) is now the standard Mac architecture.
Changes
This reflects Apple's transition away from Intel processors. The platform support table now accurately documents current hardware reality.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.