Skip to content

Commit 8b78c85

Browse files
committed
ci: Explicitly disable Metal on non-metal tests
Signed-off-by: mudler <[email protected]>
1 parent 0b2553e commit 8b78c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: go version
4747
- name: Test
4848
run: |
49-
CMAKE_ARGS="-DLLAMA_F16C=OFF -DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" make test
49+
CMAKE_ARGS="-DLLAMA_METAL=OFF -DLLAMA_F16C=OFF -DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" make test
5050
5151
macOS-metal-latest:
5252
runs-on: macOS-latest

0 commit comments

Comments
 (0)