-
Notifications
You must be signed in to change notification settings - Fork 6
Switch CI from macOS 13 to macOS 15 runners #588
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
Conversation
|
@copilot try again |
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
hombit
left a comment
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.
@copilot please update information about OS support in the readme and update the changelog with a breaking change
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #588 +/- ##
=======================================
Coverage 82.60% 82.60%
=======================================
Files 9 9
Lines 2604 2604
=======================================
Hits 2151 2151
Misses 453 453 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #588 will degrade performances by 10.2%Comparing
|
| Mode | Benchmark | BASE |
HEAD |
Change | |
|---|---|---|---|---|---|
| ❌ | WallTime | test_benchmark_naive |
20.1 µs | 22.4 µs | -10.2% |
Footnotes
-
No successful run was found on
master(178db2f) during the generation of this report, so c5ba089 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩ -
106 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Switches the GitHub Actions CI workflow from the deprecated
macos-13runners tomacos-15-intelrunners for macOS x86_64 builds.Changes Made
.github/workflows/publish.ymlto usemacos-15-intelinstead ofmacos-13for macOS x86_64 wheel buildsREADME.mdsupport matrix to show macOS 15+ requirement for x86-64 PyPI wheelsCHANGELOG.mddocumenting the macOS 15 requirementThis change addresses the deprecation of macOS 13 runners as outlined in actions/runner-images#13046.
Note: This is a breaking change for users on macOS x86_64 systems older than macOS 15, as PyPI binary wheels will no longer be compatible with macOS 13 or 14.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.