Skip to content

Commit 3cad61d

Browse files
author
sangjanai
committed
chore: add macos builds
1 parent 7e996f7 commit 3cad61d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,23 @@ jobs:
144144
run-e2e: false
145145
vulkan: false
146146
ccache: true
147-
ccache-dir: "/home/runner/.ccache"
147+
ccache-dir: "/home/runner/.ccache"
148+
- os: "macos"
149+
name: "x64"
150+
runs-on: "macos-selfhosted-12"
151+
cmake-flags: "-DGGML_METAL=OFF -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON"
152+
run-e2e: false
153+
vulkan: false
154+
ccache: false
155+
ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
156+
- os: "macos"
157+
name: "arm64"
158+
runs-on: "macos-selfhosted-12-arm64"
159+
cmake-flags: "-DGGML_METAL_EMBED_LIBRARY=ON -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON"
160+
run-e2e: false
161+
vulkan: false
162+
ccache: false
163+
ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
148164
- os: "win"
149165
name: "noavx-cuda-cu12.0-x64"
150166
runs-on: "windows-cuda-12-0"

0 commit comments

Comments
 (0)