]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : update macos release to use macos-26 runner (#23878)
authorGeorgi Gerganov <redacted>
Fri, 29 May 2026 17:41:57 +0000 (20:41 +0300)
committerGitHub <redacted>
Fri, 29 May 2026 17:41:57 +0000 (20:41 +0300)
.github/workflows/release.yml

index c3a018425e2746eddaf2da167231cfe50bffb20e..08f02af63ec2abf82156c3e196a30e24da15df44 100644 (file)
@@ -66,7 +66,7 @@ jobs:
         include:
           - build: 'arm64'
             arch: 'arm64'
-            os: macos-14
+            os: macos-26
             defines: "-DGGML_METAL_USE_BF16=ON -DGGML_METAL_EMBED_LIBRARY=ON"
           # TODO: this build is disabled to save Github Actions resources (https://github.com/ggml-org/llama.cpp/pull/23780)
           #       in order to enable it again, we have to provision dedicated runners  to run it
@@ -1134,7 +1134,7 @@ jobs:
   ios-xcode-build:
     needs: [check_release]
     if: ${{ needs.check_release.outputs.should_release == 'true' }}
-    runs-on: macos-15
+    runs-on: macos-26
 
     steps:
       - name: Checkout code