Fix macos runner (#5585)

This change fixes the MacOS pipeline issue by limiting GitHub to choose the existing runners, ensuring the new experimental runners are excluded until they are ready.
This commit is contained in:
Jingchen
2025-07-21 13:22:32 +01:00
committed by GitHub
parent 1a40f18bdd
commit 13353ae36d

View File

@@ -40,7 +40,7 @@ jobs:
- Ninja
configuration:
- Release
runs-on: [self-hosted, macOS]
runs-on: [self-hosted, macOS, mac-runner-m1]
env:
# The `build` action requires these variables.
build_dir: .build