fix: add _arm64 suffix to macOS specterd binary name (#2529)

Co-authored-by: Nazim <nazim@openclaw.ai>
This commit is contained in:
al-munazzim 2026-02-03 17:39:54 +01:00 committed by GitHub
parent 89bfe6fa74
commit c0655d3696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,7 +173,7 @@ jobs:
# arch_label: osx_x64
- runner: macos-14 # Apple Silicon (free tier)
arch: arm64
arch_label: osx
arch_label: osx_arm64
steps:
- uses: actions/checkout@v4
with: