Skip to content

Commit df31275

Browse files
committed
update CI
1 parent 12471b9 commit df31275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ jobs:
824824
-DGGML_CUDA=ON
825825
cmake --build build
826826
827-
windows-2019-cmake-cuda:
828-
runs-on: windows-2019
827+
windows-2022-cmake-cuda:
828+
runs-on: windows-2022
829829

830830
strategy:
831831
matrix:
@@ -863,7 +863,7 @@ jobs:
863863
env:
864864
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
865865
run: |
866-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
866+
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
867867
cmake -S . -B build -G "Ninja Multi-Config" ^
868868
-DLLAMA_BUILD_SERVER=ON ^
869869
-DGGML_NATIVE=OFF ^

0 commit comments

Comments
 (0)