Add macos-15-intel runner for x86_64 macOS builds#4
Merged
Conversation
Replace the removed macos-13 runner with macos-15-intel in both the build and release workflows to continue producing x86_64 macOS artifacts. Also quote shell variables in release.yml to avoid word splitting. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the retired
macos-13runner withmacos-15-intelfor x86_64 macOS builds across both CI workflows, restoring the 5-platform build matrix.Changes
build.yml— addmacos-15-intel(x86_64) to the build matrix; drop the redundantpush: branches: [ master ]trigger (pushes to master already build via the existing config).release.yml— addmacos-15-intel(x86_64) to the release matrix; quote shell variable expansions ($GITHUB_REF,$GITHUB_OUTPUT,$TAG_COMMIT) to avoid word-splitting.CLAUDE.md— update the documented runner table to reflectmacos-15-intel.Build matrix
ubuntu-latestubuntu-24.04-armmacos-15-intelmacos-latestwindows-latest🤖 Generated with Claude Code