[ci] Upgrade to macOS 15 runner image (#8321)

This fixes a compiler bug (rejecting out-of-line definitions of constrained members) newer versions of Sleipnir were encountering.
This commit is contained in:
Tyler Veness
2025-11-01 09:17:09 -07:00
committed by GitHub
parent 8b99ad82c3
commit cd237e57d4
4 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ jobs:
build-mac:
name: "Mac"
runs-on: macos-14
runs-on: macOS-15
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }