@@ -346,7 +346,7 @@ jobs:
346
346
strategy :
347
347
fail-fast : false
348
348
matrix :
349
- os : [ubuntu-22.04, windows-2019 ]
349
+ os : [ubuntu-22.04, windows-2022 ]
350
350
cuda : ['12.2.0', '11.7.1']
351
351
runs-on : ${{ matrix.os }}
352
352
steps :
@@ -385,35 +385,35 @@ jobs:
385
385
ls -R
386
386
387
387
- name : Upload artifacts (Windows)
388
- if : ${{ matrix.os == 'windows-2019 ' }}
388
+ if : ${{ matrix.os == 'windows-2022 ' }}
389
389
uses : actions/upload-artifact@v4
390
390
with :
391
391
path : .\build\bin\Release\llama.dll
392
392
name : llama-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
393
393
if-no-files-found : error
394
394
- name : Upload artifacts (ggml)
395
- if : ${{ matrix.os == 'windows-2019 ' }}
395
+ if : ${{ matrix.os == 'windows-2022 ' }}
396
396
uses : actions/upload-artifact@v4
397
397
with :
398
398
path : .\build\bin\Release\ggml.dll
399
399
name : ggml-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
400
400
if-no-files-found : error
401
401
- name : Upload artifacts (ggml-base)
402
- if : ${{ matrix.os == 'windows-2019 ' }}
402
+ if : ${{ matrix.os == 'windows-2022 ' }}
403
403
uses : actions/upload-artifact@v4
404
404
with :
405
405
path : .\build\bin\Release\ggml-base.dll
406
406
name : ggml-base-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
407
407
if-no-files-found : error
408
408
- name : Upload artifacts (ggml-cuda)
409
- if : ${{ matrix.os == 'windows-2019 ' }}
409
+ if : ${{ matrix.os == 'windows-2022 ' }}
410
410
uses : actions/upload-artifact@v4
411
411
with :
412
412
path : .\build\bin\Release\ggml-cuda.dll
413
413
name : ggml-cuda-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
414
414
if-no-files-found : error
415
415
- name : Upload llava artifacts (Windows)
416
- if : ${{ matrix.os == 'windows-2019 ' }}
416
+ if : ${{ matrix.os == 'windows-2022 ' }}
417
417
uses : actions/upload-artifact@v4
418
418
with :
419
419
path : .\build\bin\Release\llava_shared.dll
0 commit comments