iter-30: drop x86_64-apple-darwin from CI and release#35
Conversation
GitHub's macos-13 runner pool has been wound down — jobs targeting it sit indefinitely in "Waiting for a runner to pick up this job". Apple Silicon (aarch64-apple-darwin on macos-latest) already proves macOS builds and tests pass; the Intel binary added no CI signal. Intel Mac users can install via `cargo install hoppy` from crates.io (mirrors the hyalo project's pattern). - ci.yml: drop the x86_64-apple-darwin / macos-13 matrix entry. - release.yml: drop the same matrix entry, the SHA_MACOS_X86 line, and the on_intel macOS block in the Homebrew formula heredoc. - README: add the standard "Intel Mac users → cargo install" hint. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR removes Intel macOS ( ChangesmacOS Intel Sunset and Linux ARM64 Addition
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Summary
x86_64-apple-darwin/macos-13matrix entry fromci.ymlandrelease.yml— GitHub's macos-13 runner pool is wound down and jobs sit indefinitely in "Waiting for a runner".on_intelmacOS block (andSHA_MACOS_X86) from the Homebrew formula heredoc.Apple Silicon (
aarch64-apple-darwinonmacos-latest) still proves macOS builds and tests pass; Intel Mac users get covered bycargo install hoppyfrom crates.io.Test plan
on_intelmacOS block andbrew install ractive/tap/hoppysucceeds on Apple Silicon.🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation
cargo install