Use GitHub macOS 26 runners#176
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 21f27363bd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| name: Test on macOS 26 | ||
| runs-on: macos-26 |
There was a problem hiding this comment.
Restore CI coverage for Sequoia
The release config still publishes the Homebrew formula as supported on macOS Sequoia via .goreleaser.yml's depends_on :macos => :sequoia, but this change removes the only Sequoia test leg and runs tests only on macOS 26. Changes that rely on Tahoe-only SDK/runtime behavior can now pass CI and be released to Sequoia users without detection; please keep a macos-15/Sequoia test leg or raise the published minimum.
Useful? React with 👍 / 👎.
What changed
macos-26Why
The release workflows should use the supported GitHub-hosted macOS 26 ARM64 image instead of Cirrus Labs runner images.
Installation
Validation
GOPATH=/Users/fkorotkov/.cache/codex-go GOMODCACHE=/Users/fkorotkov/.cache/codex-go/pkg/mod GOCACHE=/Users/fkorotkov/.cache/codex-go-build go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.12 .github/workflows/*.ymlgit diff --check