Unverified Commit 191d9428 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

ci: switch mac builder to arm64 (#11379)

The macos-13 is x86, while macos-13-xlarge is arm64
parent 802ad16c
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment