File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -839,12 +839,12 @@ jobs:
839839 -DGGML_CUDA=ON
840840 cmake --build build
841841
842- windows-2019 -cmake-cuda :
843- runs-on : windows-2019
842+ windows-2022 -cmake-cuda :
843+ runs-on : windows-2022
844844
845845 strategy :
846846 matrix :
847- cuda : ['12.4', '11.7' ]
847+ cuda : ['12.4']
848848
849849 steps :
850850 - name : Clone
@@ -878,7 +878,7 @@ jobs:
878878 env :
879879 CURL_PATH : ${{ steps.get_libcurl.outputs.curl_path }}
880880 run : |
881- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64 .bat"
881+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvarsall .bat" x64
882882 cmake -S . -B build -G "Ninja Multi-Config" ^
883883 -DLLAMA_BUILD_SERVER=ON ^
884884 -DGGML_NATIVE=OFF ^
Original file line number Diff line number Diff line change @@ -373,11 +373,11 @@ jobs:
373373 name : llama-bin-win-${{ matrix.backend }}-${{ matrix.arch }}.zip
374374
375375 windows-cuda :
376- runs-on : windows-2019
376+ runs-on : windows-2022
377377
378378 strategy :
379379 matrix :
380- cuda : ['12.4', '11.7' ]
380+ cuda : ['12.4']
381381
382382 steps :
383383 - name : Clone
@@ -405,7 +405,7 @@ jobs:
405405 id : cmake_build
406406 shell : cmd
407407 run : |
408- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64 .bat"
408+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvarsall .bat" x64
409409 cmake -S . -B build -G "Ninja Multi-Config" ^
410410 -DGGML_BACKEND_DL=ON ^
411411 -DGGML_NATIVE=OFF ^
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180
181181
182182 server-windows :
183- runs-on : windows-2019
183+ runs-on : windows-2022
184184
185185 steps :
186186 - name : Clone
You can’t perform that action at this time.
0 commit comments