Updated the macOS x86_64 GitHub Actions job to use runs-on: macos-15-intel instead of macos-13, which addresses unsupported macOS runner configuration issues.

This commit is contained in:
2026-02-19 13:43:09 -07:00
parent 29f1ac31ec
commit 7ab4b8d2eb

View File

@@ -93,7 +93,7 @@ jobs:
retention-days: 14
macos_build_x86_64:
runs-on: macos-13
runs-on: macos-15-intel
steps:
- uses: actions/checkout@v4