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