[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

@@ -20,7 +20,7 @@ jobs:
name: Linux
container: wpilib/roborio-cross-ubuntu:2025-22.04
flags: "--preset with-java-and-sccache -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON"
- os: macOS-14
- os: macOS-15
name: macOS
container: ""
env: ""