Skip to content

Commit 9dbfa4f

Browse files
committed
build: faster model dependent tests
1 parent df2d75a commit 9dbfa4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383

384384
model-dependent-tests:
385385
name: Model dependent tests
386-
runs-on: macos-13
386+
runs-on: macos-15
387387
env:
388388
NODE_LLAMA_CPP_GPU: false
389389
needs:
@@ -417,6 +417,9 @@ jobs:
417417
- name: Build binary
418418
run: node ./dist/cli/cli.js source build --noUsageExample
419419

420+
- name: Inspect hardware
421+
run: node ./dist/cli/cli.js inspect gpu
422+
420423
- name: Cache models
421424
id: cache-test-models
422425
uses: actions/cache@v4

0 commit comments

Comments
 (0)