mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🔧 chore: upgrade macOS ARM64 runner from macos-14 to macos-15 (#12006)
This commit is contained in:
2
.github/workflows/release-desktop-stable.yml
vendored
2
.github/workflows/release-desktop-stable.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user