@@ -345,7 +345,7 @@ jobs:
345345 strategy :
346346 fail-fast : false
347347 matrix :
348- os : [ubuntu-22.04, windows-2019 ]
348+ os : [ubuntu-22.04, windows-2022 ]
349349 cuda : ['12.2.0', '11.7.1']
350350 runs-on : ${{ matrix.os }}
351351 steps :
@@ -384,35 +384,35 @@ jobs:
384384 ls -R
385385
386386 - name : Upload artifacts (Windows)
387- if : ${{ matrix.os == 'windows-2019 ' }}
387+ if : ${{ matrix.os == 'windows-2022 ' }}
388388 uses : actions/upload-artifact@v4
389389 with :
390390 path : .\build\bin\Release\llama.dll
391391 name : llama-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
392392 if-no-files-found : error
393393 - name : Upload artifacts (ggml)
394- if : ${{ matrix.os == 'windows-2019 ' }}
394+ if : ${{ matrix.os == 'windows-2022 ' }}
395395 uses : actions/upload-artifact@v4
396396 with :
397397 path : .\build\bin\Release\ggml.dll
398398 name : ggml-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
399399 if-no-files-found : error
400400 - name : Upload artifacts (ggml-base)
401- if : ${{ matrix.os == 'windows-2019 ' }}
401+ if : ${{ matrix.os == 'windows-2022 ' }}
402402 uses : actions/upload-artifact@v4
403403 with :
404404 path : .\build\bin\Release\ggml-base.dll
405405 name : ggml-base-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
406406 if-no-files-found : error
407407 - name : Upload artifacts (ggml-cuda)
408- if : ${{ matrix.os == 'windows-2019 ' }}
408+ if : ${{ matrix.os == 'windows-2022 ' }}
409409 uses : actions/upload-artifact@v4
410410 with :
411411 path : .\build\bin\Release\ggml-cuda.dll
412412 name : ggml-cuda-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
413413 if-no-files-found : error
414414 - name : Upload mtmd artifacts (Windows)
415- if : ${{ matrix.os == 'windows-2019 ' }}
415+ if : ${{ matrix.os == 'windows-2022 ' }}
416416 uses : actions/upload-artifact@v4
417417 with :
418418 path : .\build\bin\Release\mtmd_shared.dll
0 commit comments