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