]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : change macos-13 to macos-15-intel (#16401)
authorDaniel Bevenius <redacted>
Fri, 3 Oct 2025 09:45:16 +0000 (11:45 +0200)
committerGitHub <redacted>
Fri, 3 Oct 2025 09:45:16 +0000 (11:45 +0200)
This commit updates the macos-13 runners to macos-15-intel.

The motivation for this changes is the macos-13 runners are scheduled
to be retired on 2025-12-04.

Refs: https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/

.github/workflows/build.yml
.github/workflows/release.yml

index 2fb35a82d408556a813ad015b5c1b412b066f908..db885907cdaed6007d9ec3f6557837463a1429b7 100644 (file)
@@ -97,7 +97,7 @@ jobs:
           ctest -L 'main|curl' --verbose --timeout 900
 
   macOS-latest-cmake-x64:
-    runs-on: macos-13
+    runs-on: macos-15-intel
 
     steps:
       - name: Clone
index e28958fcdb2efa34bcdb87661bd61f022c277f8f..2ad381159409c8f119e7ad0a92544a80d326225e 100644 (file)
@@ -75,7 +75,7 @@ jobs:
           name: llama-bin-macos-arm64.zip
 
   macOS-x64:
-    runs-on: macos-13
+    runs-on: macos-15-intel
 
     steps:
       - name: Clone