Skip to content

Commit 5f2b4e6

Browse files
committed
ci: use self-hosted runner macos 13
1 parent 706aee2 commit 5f2b4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
# ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
212212
- os: "macos"
213213
name: "arm64"
214-
runs-on: "macos-14"
214+
runs-on: "macos-selfhosted-13-arm64"
215215
cmake-flags: "-DCMAKE_BUILD_RPATH=\"@loader_path\" -DGGML_METAL_EMBED_LIBRARY=OFF -DBUILD_SHARED_LIBS=ON DGGML_METAL_USE_BF16=ON"
216216
run-e2e: false
217217
vulkan: false

0 commit comments

Comments
 (0)