Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3ff984

Browse files
committed
ci workflow update macos runner images
1 parent b326412 commit f3ff984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
matrix:
3737
target:
3838
- {
39-
runner: macos-latest,
39+
runner: macos-13,
4040
cmake: '-DLLAMA_METAL=OFF'
4141
}
4242
- {
43-
runner: macos-14,
43+
runner: macos-latest,
4444
cmake: '-DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_METAL=OFF'
4545
}
4646
steps:

0 commit comments

Comments
 (0)