ci(release): swap retired macos-13 runner for macos-15-intel#8
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>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
🔍 Hypatia Security ScanFindings: 19 issues detected
View findings[
{
"reason": "Required file missing",
"type": "missing",
"file": "0-AI-MANIFEST.a2ml",
"action": "create",
"rule_module": "root_hygiene",
"severity": "high"
},
{
"reason": "No test directory or test files found",
"type": "no_tests",
"file": "/home/runner/work/casket-ssg/casket-ssg",
"action": "flag",
"rule_module": "honest_completion",
"severity": "high",
"deduction": 20
},
{
"reason": "Issue in quality.yml",
"type": "missing_workflow",
"file": "quality.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Issue in security-policy.yml",
"type": "missing_workflow",
"file": "security-policy.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Nominal-only SAST in casket-ssg: codeql.yml language matrix contains no language present in the repo and lacks `actions`, so CodeQL records zero results on every commit. Remediation: set the CodeQL matrix to `language: actions`.",
"type": "StaticAnalysis",
"file": "/home/runner/work/casket-ssg/casket-ssg",
"action": "auto_fix",
"rule_module": "scorecard",
"severity": "medium",
"remediation": "Add CodeQL or equivalent SAST workflow.",
"scorecard_check": "SAST"
},
{
"reason": "Repository has 3 non-main remote branch(es). Policy: single main branch only.",
"type": "GS007",
"file": ".",
"action": "delete_remote_branches",
"rule_module": "git_state",
"severity": "medium"
},
{
"reason": "References STATE.scm -- should be .machine_readable/6a2/STATE.a2ml",
"type": "SD007",
"file": ".claude/CLAUDE.md",
"action": "update_reference",
"rule_module": "structural_drift",
"severity": "medium"
},
{
"reason": "References META.scm -- should be .machine_readable/6a2/META.a2ml",
"type": "SD007",
"file": ".claude/CLAUDE.md",
"action": "update_reference",
"rule_module": "structural_drift",
"severity": "medium"
},
{
"reason": "References ECOSYSTEM.scm -- should be .machine_readable/6a2/ECOSYSTEM.a2ml",
"type": "SD007",
"file": ".claude/CLAUDE.md",
"action": "update_reference",
"rule_module": "structural_drift",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
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
macos-13GitHub-hosted runner image was deprecated 2025-09-22 and fully unsupported from 2025-12-04 ([macOS] The macOS 13 Ventura based runner images will begin deprecation on September 22nd and will be fully unsupported by December 4th for GitHub and ADO actions/runner-images#13046, #13402, #13634). Any matrix entry pinningrunner: macos-13now queues forever — there is no runner.runner: macos-13→runner: macos-15-intel(current Intel x64 standard runner per the actions/runner-images README). macOS 15 is the safer of the two Intel-x64 options: stable GA image, vsmacos-26-intelwhich only graduated from public beta in 2026-02 and had an arm-label regression in [ARM] macos-26 runner has Intel architecture actions/runner-images#14112 as recently as 2026-05-19.os: darwin, arch: x86_64) is unchanged — only the build host moves.Estate context
Same one-line swap landed on hyperpolymath/affinescript today (PR hyperpolymath/affinescript#292, merged commit
26cdb43), where the retired-runner trap was first diagnosed after a release run sat queued ~10h with no error. Propagating the fix here.Test plan
Refs hyperpolymath/affinescript#292, actions/runner-images#13046.
🤖 Generated with Claude Code