[PR #7498] [MERGED] CI: Switch to v13 macos runner #17712

Closed
opened 2026-04-16 06:11:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7498
Author: @dhiltgen
Created: 11/4/2024
Status: Merged
Merged: 11/4/2024
Merged by: @dhiltgen

Base: mainHead: ci_darwin


📝 Commits (1)

  • 213468b CI: Switch to v13 macos runner

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 .github/workflows/release.yaml (+3 -3)

📄 Description

GitHub has started doing brown-outs on the deprecated macos-12 runner which has blocked the 0.4.0 release CI.

I tried using XCode 14.3.1 however it generates warnings when trying to target macos v11. I've verified that 14.1.0 generates valid v11 binaries without these warnings based on our current build_darwin.sh setup.

Build logs from attempting 14.3.1

ggml-blas.cpp:194:13: warning: 'cblas_sgemm' is only available on macOS 13.3 or newer [-Wunguarded-availability-new]
/Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/vecLib.framework/Headers/cblas_new.h:891:6: note: 'cblas_sgemm' has been marked as being introduced in macOS 13.3 here, but the deployment target is macOS 13.0.0
ggml-blas.cpp:194:13: note: enclose 'cblas_sgemm' in a __builtin_available check to silence this warning
ggml-blas.cpp:259:5: warning: 'cblas_sgemm' is only available on macOS 13.3 or newer [-Wunguarded-availability-new]
/Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/vecLib.framework/Headers/cblas_new.h:891:6: note: 'cblas_sgemm' has been marked as being introduced in macOS 13.3 here, but the deployment target is macOS 13.0.0
ggml-blas.cpp:[25](https://github.com/ollama/ollama/actions/runs/11672392256/job/32500895160#step:5:26)9:5: note: enclose 'cblas_sgemm' in a __builtin_available check to silence this warning

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/7498 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `ci_darwin` --- ### 📝 Commits (1) - [`213468b`](https://github.com/ollama/ollama/commit/213468be3e1a6145e8b9ca9ea6daac8c1e8f6ddb) CI: Switch to v13 macos runner ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+3 -3) </details> ### 📄 Description GitHub has started doing brown-outs on the deprecated macos-12 runner which has blocked the 0.4.0 release CI. I tried using XCode 14.3.1 however it generates warnings when trying to target macos v11. I've verified that 14.1.0 generates valid v11 binaries without these warnings based on our current build_darwin.sh setup. Build logs from attempting 14.3.1 ``` ggml-blas.cpp:194:13: warning: 'cblas_sgemm' is only available on macOS 13.3 or newer [-Wunguarded-availability-new] /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/vecLib.framework/Headers/cblas_new.h:891:6: note: 'cblas_sgemm' has been marked as being introduced in macOS 13.3 here, but the deployment target is macOS 13.0.0 ggml-blas.cpp:194:13: note: enclose 'cblas_sgemm' in a __builtin_available check to silence this warning ggml-blas.cpp:259:5: warning: 'cblas_sgemm' is only available on macOS 13.3 or newer [-Wunguarded-availability-new] /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/vecLib.framework/Headers/cblas_new.h:891:6: note: 'cblas_sgemm' has been marked as being introduced in macOS 13.3 here, but the deployment target is macOS 13.0.0 ggml-blas.cpp:[25](https://github.com/ollama/ollama/actions/runs/11672392256/job/32500895160#step:5:26)9:5: note: enclose 'cblas_sgemm' in a __builtin_available check to silence this warning ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 06:11:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#17712