mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
🔧 chore: upgrade macOS ARM64 runner from macos-14 to macos-15 (#12006)
This commit is contained in:
parent
5086a126a7
commit
8b8159eb01
1 changed files with 1 additions and 1 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue