-
Notifications
You must be signed in to change notification settings - Fork 399
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
Use new GitHub native aarch64 macOS runners #539
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #539 +/- ##
==========================================
- Coverage 92.55% 92.50% -0.05%
==========================================
Files 91 91
Lines 11304 11304
Branches 1581 1581
==========================================
- Hits 10462 10457 -5
- Misses 837 842 +5
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
931b3c3
to
48c1811
Compare
48c1811
to
53d879a
Compare
fb7dd04
to
e28a853
Compare
0b15e51
to
53d879a
Compare
ed5e8f1
to
e8a50f6
Compare
e8a50f6
to
ef623b7
Compare
Now that GitHub has native arm64 macOS runners we can leverage these to build and test our arm64 macOS wheels directly instead of relying on cross-target compilation, which prevented us from exercising the wheels in the CI. Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
ef623b7
to
15f5c3f
Compare
I tested the arm macOS wheels in older macOS versions (Ventura) thanks to @ambv: 3.11:
and 3.12:
|
@godlygeek I think we can be confident that this won't explode in older versions so I think we can proceed with this (you need to approve the PR for it to land) |
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.
LGTM
No description provided.