We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 232c859 + 14a300a commit 737ff83Copy full SHA for 737ff83
1 file changed
.github/workflows/ci.yml
@@ -49,6 +49,8 @@ jobs:
49
cmake: -DLLAMA_METAL=OFF -DLLAMA_VERBOSE=ON
50
- runner: macos-14
51
cmake: -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_VERBOSE=ON
52
+ - runner: macos-15
53
+ cmake: -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_VERBOSE=ON -DGGML_NATIVE=OFF
54
steps:
55
- uses: actions/checkout@v4
56
- uses: actions/setup-java@v4
@@ -70,7 +72,7 @@ jobs:
70
72
- if: failure()
71
73
uses: actions/upload-artifact@v4
74
with:
- name: error-log-macos
75
+ name: error-log-${{ matrix.target.runner }}
76
path: ${{ github.workspace }}/hs_err_pid*.log
77
if-no-files-found: warn
78
0 commit comments