From 682f89f551135eb00a3d0ffa982fa794a85f63f9 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Bannier Date: Fri, 10 Apr 2026 10:53:25 +0200 Subject: [PATCH] ci: cross-compile darwin x86_64 from arm64 runner GitHub retired the macos-13 Intel runner. Switch the release matrix entry to macos-latest (arm64) and cross-compile via CMAKE_OSX_ARCHITECTURES=x86_64. Metal is already off for this slice, so the cross-compile is clean. Co-Authored-By: Claude Opus 4.6 (1M context) --- .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 0093d38..650cd48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,9 +21,9 @@ jobs: ext: tar.gz - name: macOS x86_64 - os: macos-13 + os: macos-latest artifact: sam3-darwin-x86_64 - cmake_args: "-DGGML_METAL=OFF -DSAM3_METAL=OFF -DBUILD_SHARED_LIBS=OFF" + cmake_args: "-DGGML_METAL=OFF -DSAM3_METAL=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_OSX_ARCHITECTURES=x86_64" build_args: "" ext: tar.gz