Skip to content

Commit af83d7f

Browse files
ci(release): swap retired macos-13 runner for macos-15-intel (#8)
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>
1 parent 265ac52 commit af83d7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runner: ubuntu-24.04-arm
3131
- os: darwin
3232
arch: x86_64
33-
runner: macos-13
33+
runner: macos-15-intel
3434
- os: darwin
3535
arch: aarch64
3636
runner: macos-latest

0 commit comments

Comments
 (0)