-
Notifications
You must be signed in to change notification settings - Fork 37
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 macos-arm64 runners. #806
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #806 +/- ##
=======================================
Coverage 69.27% 69.27%
=======================================
Files 48 48
Lines 4397 4397
Branches 1065 1065
=======================================
Hits 3046 3046
Misses 1142 1142
Partials 209 209 ☔ View full report in Codecov by Sentry. |
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!
Looks like they only support back to python 3.10 on arm64
|
883879e
to
9a69ff7
Compare
47 minutes down to 42. Why does pytest take so long on Macs? |
Looking at some slow tests:
While these are running, there is very little CPU activity measured in htop. It seems that there might be a 10 second timeout somewhere that every one of these tests is triggering? In any case, this PR does not create the issue. I will investigate further at a later time. |
Description
Use the new GitHub Actions macos-arm64 runners.
Motivation and Context
Decrease the time needed to complete CI checks.
Checklist: