What changed, and why it matters
This commit simply changes one of the macOS build machines used by the project's automated packaging workflow from an older GitHub-provided runner (macOS 13) to a newer Intel-based runner (macOS 15). It is a routine infrastructure update with no visible security relevance.
No security action required. Review the runner change as part of normal CI maintenance if desired.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates the matrix of GitHub Actions runners in .github/workflows/package.yaml, replacing macos-13 with macos-15-intel. No code, dependencies, permissions, secrets, build scripts, or artifact handling logic were modified. There is no indication of a vulnerability, supply-chain change, or security fix.
Changed components
.github/workflows/package.yamlInspect captured patch +1 / −1
diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml
index 106daa9..f08a590 100644
--- a/.github/workflows/package.yaml
+++ b/.github/workflows/package.yaml
@@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [windows-2022, ubuntu-22.04, ubuntu-22.04-arm, macos-13, macos-14]
+ os: [windows-2022, ubuntu-22.04, ubuntu-22.04-arm, macos-15-intel, macos-14]
steps:
- uses: actions/checkout@v5
with:
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.