Skip to content

Conversation

@rzblue
Copy link
Member

@rzblue rzblue commented Sep 24, 2025

Closes #76

@sciencewhiz
Copy link
Contributor

The compiler appears to work on my intel Mac.

@RyanHir
Copy link
Collaborator

RyanHir commented Oct 31, 2025

@rzblue Thank you for working on this. Oddly I have not been getting notifications for OpenSDK MRs and I did not realize work was being done get building working on Apple Silicon macs. This was a pain point for me in the past and it did not help that I lacked access to M1 hardware.

While Intel Macs are a still supported by Apple, it may become time to start talking about sunsetting Intel support. We probably have a few years since Rosetta and Xcode support will still be around on macos-15 and macos-26 runners. But I imagine they will drop x86_64 from the Xcode toolchain once we are on macOS 27.

if [ "$(uname -m)" != "x86_64" ]; then
die "Currently canadian builds require a x86_64 build system"
fi
# # Check if system is a x86_64 system
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this block be removed instead of commented out?

@RyanHir RyanHir mentioned this pull request Nov 27, 2025
@rzblue
Copy link
Member Author

rzblue commented Nov 28, 2025

Just saw this comment- I believe our current plan is to support Intel Macs through the 2027 season. After that, technically there are a couple (like, 3) 2019/2020 Intel models that will still be supported for another year by Tahoe, but GitHub will drop Intel runners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build macOS toolchains on arm64

4 participants