From 191d94289d016b59c0553b14d299d1bac07a7fcd Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Thu, 17 Jul 2025 07:33:44 -0700 Subject: [PATCH] ci: switch mac builder to arm64 (#11379) The macos-13 is x86, while macos-13-xlarge is arm64 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4acb283b01..40871e6442 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: