ci: switch mac builder to arm64 (#11379)

The macos-13 is x86, while macos-13-xlarge is arm64
This commit is contained in:
Daniel Hiltgen 2025-07-17 07:33:44 -07:00 committed by Ryan Schumacher
parent a1a350b608
commit 5274cd2ead
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
echo GOFLAGS="'-ldflags=-w -s \"-X=github.com/ollama/ollama/version.Version=${GITHUB_REF_NAME#v}\" \"-X=github.com/ollama/ollama/server.mode=release\"'" >>$GITHUB_OUTPUT
darwin-build:
runs-on: macos-13
runs-on: macos-13-xlarge
environment: release
needs: setup-environment
strategy: