ci: Switch to macOS 15 Sequoia Intel-based image
What changed, and why it matters
This commit only changes the version of the macOS virtual machine used by the project's automated testing system. It replaces an older, soon-to-be-retired macOS test image with a newer one. There is no change to the actual cryptographic code, no bug fix, and no security-relevant behavior change.
No security action needed. Treat as normal CI maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates .github/workflows/ci.yml for the x86_64-macos-native CI job, switching runs-on from macos-13 to macos-15-intel and updating the job name from ‘macOS Ventura’ to ‘macOS Sequoia’. This is a routine infrastructure update because GitHub is deprecating the macos-13 image. No source code, build scripts, dependencies, or test logic are modified.
Changed components
.github/workflows/ci.ymlInspect captured patch +2 / −3
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dceab4f..6176751 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -429,9 +429,8 @@ jobs:
- *PRINT_LOGS
x86_64-macos-native:
- name: "x86_64: macOS Ventura, Valgrind"
- # See: https://github.com/actions/runner-images#available-images.
- runs-on: macos-13
+ name: "x86_64: macOS Sequoia, Valgrind"
+ runs-on: macos-15-intel
env:
CC: 'clang'
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.