-
Notifications
You must be signed in to change notification settings - Fork 252
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
Compile macOS Intel Version on Apple Silicon #656
Conversation
It works! The Intel version continues to contain Intel binaries, the Apple Silicon version continues to contain Apple Silicon binaries, and both run on my Apple Silicon based Mac. This is now ready for review. |
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.
Good job! I can't test it but I'll trust you that the generated binaries work properly :)
woops I forgot to squash... too bad |
Pull Request Type
Description
Eventually the GitHub runner
macos-13
will be deprecated and removed by GitHub. This work is to get the macOS Intel version to compile with the Apple Siliconmacos-14
runner. This work is also the first step towards making a universal (fat) binary that contains both Apple Silicon and Intel architectures in one binary.Related Issues
None.
Screenshots (if applicable)
None.
Checklist
Additional Comments
None.