Skip to content

Commit 58727c7

Browse files
committed
ci: disable MacOS tests
Signed-off-by: mudler <[email protected]>
1 parent 0b2553e commit 58727c7

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,6 @@ jobs:
2727
run: |
2828
make test
2929
30-
macOS-latest:
31-
runs-on: macOS-latest
32-
strategy:
33-
matrix:
34-
go-version: ['1.21.x', 'stable']
35-
steps:
36-
- name: Clone
37-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
38-
with:
39-
submodules: true
40-
- name: Setup Go ${{ matrix.go-version }}
41-
uses: actions/setup-go@v4
42-
with:
43-
go-version: ${{ matrix.go-version }}
44-
# You can test your matrix by printing the current Go version
45-
- name: Display Go version
46-
run: go version
47-
- name: Test
48-
run: |
49-
CMAKE_ARGS="-DLLAMA_F16C=OFF -DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" make test
50-
5130
macOS-metal-latest:
5231
runs-on: macOS-latest
5332
strategy:

0 commit comments

Comments
 (0)