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 0b2553e commit 58727c7Copy full SHA for 58727c7
.github/workflows/test.yaml
@@ -27,27 +27,6 @@ jobs:
27
run: |
28
make test
29
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
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
-
51
macOS-metal-latest:
52
runs-on: macOS-latest
53
strategy:
0 commit comments