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 eb7e170 commit e4841a5Copy full SHA for e4841a5
.github/workflows/build.yml
@@ -383,7 +383,7 @@ jobs:
383
384
model-dependent-tests:
385
name: Model dependent tests
386
- runs-on: macos-12
+ runs-on: ubuntu-24.04
387
env:
388
NODE_LLAMA_CPP_GPU: false
389
needs:
@@ -406,10 +406,10 @@ jobs:
406
name: llama.cpp
407
path: llama
408
409
- - name: Install dependencies on macOS
410
- run: |
411
- brew install cmake ninja
412
- alias make=cmake
+# - name: Install dependencies on macOS
+# run: |
+# brew install cmake ninja
+# alias make=cmake
413
414
- name: Install modules
415
run: npm ci
0 commit comments