From 01bbbe2988c965568788ea4a3f3917cf25333994 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 29 May 2026 20:39:25 +0300 Subject: [PATCH] ci : update macos release to use macos-26 runner --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3a018425e2..08f02af63ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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