Skip to content

Add macos-15-intel runner for x86_64 macOS builds#4

Merged
dykstrom merged 1 commit into
masterfrom
add-macos-15-intel-runner
May 30, 2026
Merged

Add macos-15-intel runner for x86_64 macOS builds#4
dykstrom merged 1 commit into
masterfrom
add-macos-15-intel-runner

Conversation

@dykstrom

Copy link
Copy Markdown
Owner

Summary

Replaces the retired macos-13 runner with macos-15-intel for x86_64 macOS builds across both CI workflows, restoring the 5-platform build matrix.

Changes

  • build.yml — add macos-15-intel (x86_64) to the build matrix; drop the redundant push: branches: [ master ] trigger (pushes to master already build via the existing config).
  • release.yml — add macos-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 reflect macos-15-intel.

Build matrix

Runner Arch
ubuntu-latest x86_64
ubuntu-24.04-arm arm64
macos-15-intel x86_64
macos-latest arm64
windows-latest x86_64

🤖 Generated with Claude Code

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]>
@dykstrom dykstrom merged commit 20a031b into master May 30, 2026
10 checks passed
@dykstrom dykstrom deleted the add-macos-15-intel-runner branch May 30, 2026 14:30
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