File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 fail-fast : false
4646 matrix :
4747 target :
48- - runner : macos-13
48+ - runner : macos-15
4949 cmake : -DLLAMA_METAL=OFF -DLLAMA_VERBOSE=ON
5050 - runner : macos-14
5151 cmake : -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_VERBOSE=ON
7575 if-no-files-found : warn
7676
7777 build-and-test-windows :
78- name : windows-2019
79- runs-on : windows-2019
78+ name : windows-2022
79+ runs-on : windows-2022
8080 steps :
8181 - uses : actions/checkout@v4
8282 - uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 7474 matrix :
7575 target :
7676 - {
77- runner : macos-13 ,
77+ runner : macos-15 ,
7878 cmake : ' -DLLAMA_METAL=OFF'
7979 }
8080 - {
@@ -97,20 +97,20 @@ jobs:
9797
9898 build-win-native :
9999 name : Build ${{ matrix.target.os }}-${{ matrix.target.arch }}
100- runs-on : windows-2019
100+ runs-on : windows-2022
101101 strategy :
102102 fail-fast : false
103103 matrix :
104104 target :
105105 - {
106106 os : Windows,
107107 arch : x86_64,
108- cmake : ' -G "Visual Studio 16 2019 " -A "x64"'
108+ cmake : ' -G "Visual Studio 17 2022 " -A "x64"'
109109 }
110110 - {
111111 os : Windows,
112112 arch : x86,
113- cmake : ' -G "Visual Studio 16 2019 " -A "Win32"'
113+ cmake : ' -G "Visual Studio 17 2022 " -A "Win32"'
114114 }
115115# MSVC aarch64 builds no longer work with llama.cpp (requires clang instead)
116116# - {
You can’t perform that action at this time.
0 commit comments