Skip to content

ci: cross-compile darwin x86_64 from arm64 runner#9

Merged
PABannier merged 1 commit intomainfrom
fix/release-macos-runner
Apr 10, 2026
Merged

ci: cross-compile darwin x86_64 from arm64 runner#9
PABannier merged 1 commit intomainfrom
fix/release-macos-runner

Conversation

@PABannier
Copy link
Copy Markdown
Owner

Summary

  • GitHub retired the Intel macos-13 runner; the v1.0.0 Release workflow failed at startup with The configuration 'macos-13-us-default' is not supported
  • Switch the macOS x86_64 matrix entry to macos-latest (arm64) and cross-compile via CMAKE_OSX_ARCHITECTURES=x86_64
  • Metal is already disabled for this slice, so cross-compile is clean

Test plan

  • Merge, move the v1.0.0 tag to include this fix, and re-push to trigger the Release workflow
  • Verify the Build macOS x86_64 job succeeds and produces sam3-darwin-x86_64.tar.gz

🤖 Generated with Claude Code

GitHub retired the macos-13 Intel runner. Switch the release matrix
entry to macos-latest (arm64) and cross-compile via
CMAKE_OSX_ARCHITECTURES=x86_64. Metal is already off for this slice,
so the cross-compile is clean.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@PABannier PABannier merged commit ce326c4 into main Apr 10, 2026
3 checks passed
@PABannier PABannier deleted the fix/release-macos-runner branch April 10, 2026 08:53
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