diff --git a/.github/workflows/menlo-build.yml b/.github/workflows/menlo-build.yml index 796782321ca43..767655d349e1f 100644 --- a/.github/workflows/menlo-build.yml +++ b/.github/workflows/menlo-build.yml @@ -144,7 +144,23 @@ jobs: run-e2e: false vulkan: false ccache: true - ccache-dir: "/home/runner/.ccache" + ccache-dir: "/home/runner/.ccache" + - os: "macos" + name: "x64" + runs-on: "macos-selfhosted-12" + cmake-flags: "-DGGML_METAL=OFF -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON" + run-e2e: false + vulkan: false + ccache: false + ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache' + - os: "macos" + name: "arm64" + runs-on: "macos-selfhosted-12-arm64" + cmake-flags: "-DGGML_METAL_EMBED_LIBRARY=ON -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON" + run-e2e: false + vulkan: false + ccache: false + ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache' - os: "win" name: "noavx-cuda-cu12.0-x64" runs-on: "windows-cuda-12-0"