Browse Source

CI: switch back to x86 macos builder (#11572)

pdevine/authorizedkeys v0.10.0-rc4
Daniel Hiltgen 1 year ago
committed by GitHub
parent
commit
8afa6e83f2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yaml

2
.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 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: darwin-build:
runs-on: macos-13-xlarge runs-on: macos-13
environment: release environment: release
needs: setup-environment needs: setup-environment
strategy: strategy:

Loading…
Cancel
Save