🔧 chore: upgrade macOS ARM64 runner from macos-14 to macos-15 (#12006)

This commit is contained in:
Innei
2026-01-31 13:12:12 +08:00
committed by GitHub
parent 5086a126a7
commit 8b8159eb01

View File

@@ -148,7 +148,7 @@ jobs:
# 使用 GitHub Hosted Runner
if [[ "${{ github.event_name }}" != "workflow_dispatch" ]] || [[ "${{ inputs.build_mac }}" == "true" ]]; then
echo "Using GitHub-Hosted Runner for macOS ARM64"
arm_entry='{"os": "macos-14", "name": "macos-arm64"}'
arm_entry='{"os": "macos-15", "name": "macos-arm64"}'
static_matrix=$(echo "$static_matrix" | jq -c --argjson entry "$arm_entry" '. + [$entry]')
fi