-
Notifications
You must be signed in to change notification settings - Fork 499
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
Move MacOS CI tests to GitHub Actions; add M1 CI tests #1709
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.
Nice PR! Just a quick question about macos x86. :)
Well, what about (Apple on) PowerPC? :-) |
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.
Thanks very much! LGTM
X86_64 is still supported by all MacOS releases. PowerPC is not. :) |
This PR moves our macOS CI tests from CircleCI to GitHub Actions. It also takes advantage of the new M1 runner. I believe this promotes macOS on aarch64 to a "Tier 1" platform.
Fixes #1630.