We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802ad16 commit 191d942Copy full SHA for 191d942
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
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
24
25
darwin-build:
26
- runs-on: macos-13
+ runs-on: macos-13-xlarge
27
environment: release
28
needs: setup-environment
29
strategy:
0 commit comments