Skip to content

Commit 737ff83

Browse files
Merge pull request #4 from bernardladenthin/claude/fix-macos-15-arm-features-HPebZ
Add macOS 15 CI target and fix ARM i8mm feature conflict
2 parents 232c859 + 14a300a commit 737ff83

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
cmake: -DLLAMA_METAL=OFF -DLLAMA_VERBOSE=ON
5050
- runner: macos-14
5151
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
5254
steps:
5355
- uses: actions/checkout@v4
5456
- uses: actions/setup-java@v4
@@ -70,7 +72,7 @@ jobs:
7072
- if: failure()
7173
uses: actions/upload-artifact@v4
7274
with:
73-
name: error-log-macos
75+
name: error-log-${{ matrix.target.runner }}
7476
path: ${{ github.workspace }}/hs_err_pid*.log
7577
if-no-files-found: warn
7678

0 commit comments

Comments
 (0)