Browse Source

Revert "CI: switch back to x86 macos builder" (#11588)

This reverts commit 9d071e6089319b37acf62bb739e3430dcb2ac0c3.
mxyng/create-stdin v0.10.0
Daniel Hiltgen 1 year ago
committed by GitHub
parent
commit
6dcc5dfb9c
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
darwin-build:
runs-on: macos-13
runs-on: macos-13-xlarge
environment: release
needs: setup-environment
strategy:

Loading…
Cancel
Save