Skip to content

Commit 191d942

Browse files
authored
ci: switch mac builder to arm64 (ollama#11379)
The macos-13 is x86, while macos-13-xlarge is arm64
1 parent 802ad16 commit 191d942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
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
2424
2525
darwin-build:
26-
runs-on: macos-13
26+
runs-on: macos-13-xlarge
2727
environment: release
2828
needs: setup-environment
2929
strategy:

0 commit comments

Comments
 (0)