ci(release): swap retired macos-13 runner for macos-15-intel#9
Merged
Conversation
The macos-13 GitHub-hosted runner image was deprecated 2025-09-22 and fully unsupported from 2025-12-04 (actions/runner-images#13046, #13402, #13634). Any matrix entry pinning `runner: macos-13` (or `runs-on: macos-13`) now queues forever — there is no runner. Replacement is macos-15-intel: the current Intel x64 standard runner per the actions/runner-images README, stable GA image. Avoided macos-26-intel (still stabilising — had an arm-label regression in runner-images#14112 as recently as 2026-05-19) and -large SKUs (unwanted cost for OSS). Estate-wide sweep precedent: hyperpolymath/affinescript#292 (merged today, sha 26cdb43) made the same one-line swap on that repo's release.yml. This is the same fix, propagated. Refs hyperpolymath/affinescript#292, actions/runner-images#13046. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
The macos-13 GitHub-hosted runner image was deprecated 2025-09-22 and fully unsupported from 2025-12-04 (actions/runner-images#13046, #13402, #13634). Any matrix entry pinning
runner: macos-13(orruns-on: macos-13) now queues forever — there is no runner.Replacement is macos-15-intel: the current Intel x64 standard runner per the actions/runner-images README, stable GA image. Avoided macos-26-intel (still stabilising — had an arm-label regression in runner-images#14112 as recently as 2026-05-19) and -large SKUs (unwanted cost for OSS).
Estate-wide sweep precedent: hyperpolymath/affinescript#292 (merged today, sha 26cdb43) made the same one-line swap on that repo's release.yml. This is the same fix, propagated.
Refs hyperpolymath/affinescript#292, actions/runner-images#13046.