We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e63ea commit 121de6cCopy full SHA for 121de6c
.github/workflows/menlo-build.yml
@@ -347,7 +347,7 @@ jobs:
347
# ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
348
- os: "win"
349
name: "windows-arm64"
350
- runs-on: "windows-2025"
+ runs-on: "windows-11-arm"
351
cmake-flags: "-DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=ON -DGGML_NATIVE=OFF -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE='Release' -GNinja"
352
run-e2e: false
353
vulkan: false
0 commit comments