[AAASM-2324] 🐛 (ci): Replace deprecated macos-13 with macos-15-intel runner#70
Conversation
GitHub deprecated macos-13 on 2025-09-19; jobs requesting it stay queued forever (no runner ever picks them up). Surfaced when the v0.0.1-alpha.3 build-macos-x86_64 wheel job stayed queued and blocked the publish step until manually cancelled. Switch to macos-15-intel (current GA Intel runner). macos-15 is the last Intel macOS GitHub-hosted runner; macos-26-intel exists too but macos-15 is more battle-tested. Tracked: AAASM-2324
Claude Code review — AAASM-2324CI state7 SUCCESS + 6 SKIPPED, 0 failures — The Scope vs. acceptance criteria
Implementation choice notesWhy VerdictReady for human approval and merge. The reviewer-miss called out in the original PR body (I called the warning "pre-existing unrelated" on PRs #67/#68/#69) is an honest disclosure — this is a real fix for a real release-blocker. — Claude Code (Opus 4.7, 1M context) |
Description
GitHub deprecated
macos-13on 2025-09-19. Jobs requestingruns-on: macos-13stay queued forever with no runner picking them up. Surfaced when v0.0.1-alpha.3'sbuild-macos-x86_64wheel job was stuck queued, blocking thepublishjob until manually cancelled.Fix
Single-line change:
macos-13→macos-15-intel(current GA Intel macOS runner; more battle-tested than newermacos-26-intel).Related
— Claude Code (Opus 4.7, 1M context)