Skip to content

fix: build both macOS wheels on macos-14 to avoid stuck macos-13 runner#7

Merged
tylerriccio33 merged 1 commit into
mainfrom
fix-macos-runner
Jun 9, 2026
Merged

fix: build both macOS wheels on macos-14 to avoid stuck macos-13 runner#7
tylerriccio33 merged 1 commit into
mainfrom
fix-macos-runner

Conversation

@tylerriccio33

Copy link
Copy Markdown
Owner

The v0.3.0 release got stuck: the macos (macos-13, x86_64) build job sat queued for 10+ hours waiting for an Intel runner that GitHub never assigned. Since the pypi job needs all build jobs to succeed, this blocked publishing entirely.

This builds the x86_64 macOS wheel by cross-compiling on the Apple-Silicon macos-14 runner instead, dropping the dependency on the scarce macos-13 runners.

Merging this lets release-please cut 0.3.1, which exercises the full build+publish pipeline with the fix in place (0.3.0 is abandoned with no PyPI artifact).

🤖 Generated with Claude Code

The Intel macos-13 runner is being wound down and sat queued for 10+ hours,
blocking the pypi publish job (which needs all build jobs). Build the x86_64
wheel via cross-compilation on the Apple-Silicon macos-14 runner instead.
@tylerriccio33 tylerriccio33 merged commit 9be245a into main Jun 9, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant