Remove macOS Intel CI pipeline#1991
Conversation
GitHub has deprecated the macos-13 runner, which was the last free-tier Intel macOS runner. Remove the Intel build and publish jobs from the macOS CI workflow, and update the README to point to the ARM build only. Signed-off-by: Nicolas 'Pixel' Noble <nicolas@nobis-crew.org>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughRemoved Intel (x64) macOS build and publish jobs from CI and updated documentation to reference Arm-only macOS builds and downloads. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 9: Update the capitalization of Apple platform labels in the markdown
table: replace the "MacOS build" cell label with "macOS build" and the link text
"[MacOS Arm]" with "macOS Arm" so they match Apple's official "macOS" casing and
the rest of the README; make sure to update both the visible table cell text and
the bracketed link text exactly where "MacOS build" and "MacOS Arm" appear.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 9c58f5ee-4143-4a51-b9e8-f4b6d238effa
📒 Files selected for processing (2)
.github/workflows/macos-build.ymlREADME.md
💤 Files with no reviewable changes (1)
- .github/workflows/macos-build.yml
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1991 +/- ##
==========================================
- Coverage 9.30% 9.11% -0.20%
==========================================
Files 469 470 +1
Lines 145164 147911 +2747
==========================================
- Hits 13513 13482 -31
- Misses 131651 134429 +2778 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Nicolas 'Pixel' Noble <nicolas@nobis-crew.org>
GitHub has deprecated the macos-13 runner, which was the last
free-tier Intel macOS runner. Remove the Intel build and publish
jobs from the macOS CI workflow, and update the README to point
to the ARM build only.