Skip to content

fix(ci): use macos-14 for x86_64-apple-darwin release build#8

Merged
avrabe merged 1 commit intomainfrom
ci/release-workflow
Mar 2, 2026
Merged

fix(ci): use macos-14 for x86_64-apple-darwin release build#8
avrabe merged 1 commit intomainfrom
ci/release-workflow

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Mar 2, 2026

Summary

  • Fixes the release workflow: macos-13 runners are being retired, causing the x86_64 macOS build to be cancelled instantly
  • Switches to macos-14 (Apple Silicon) which cross-compiles to x86_64 via Rust's --target flag

Test plan

  • CI passes on this PR
  • After merge, push v0.1.0 tag and all 4 matrix builds succeed

🤖 Generated with Claude Code

macos-13 (Intel) runners are being retired by GitHub. Use macos-14
(Apple Silicon) which can cross-compile to x86_64 via Rust's target
system.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@avrabe avrabe merged commit 9767abc into main Mar 2, 2026
3 checks passed
@avrabe avrabe deleted the ci/release-workflow branch March 2, 2026 13:15
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