Skip to content

Commit ae7f313

Browse files
committed
Replaced every use of windows-2019 with windows-2022
1 parent 2cf57ac commit ae7f313

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/compile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
strategy:
347347
fail-fast: false
348348
matrix:
349-
os: [ubuntu-22.04, windows-2019]
349+
os: [ubuntu-22.04, windows-2022]
350350
cuda: ['12.2.0', '11.7.1']
351351
runs-on: ${{ matrix.os }}
352352
steps:
@@ -385,35 +385,35 @@ jobs:
385385
ls -R
386386
387387
- name: Upload artifacts (Windows)
388-
if: ${{ matrix.os == 'windows-2019' }}
388+
if: ${{ matrix.os == 'windows-2022' }}
389389
uses: actions/upload-artifact@v4
390390
with:
391391
path: .\build\bin\Release\llama.dll
392392
name: llama-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
393393
if-no-files-found: error
394394
- name: Upload artifacts (ggml)
395-
if: ${{ matrix.os == 'windows-2019' }}
395+
if: ${{ matrix.os == 'windows-2022' }}
396396
uses: actions/upload-artifact@v4
397397
with:
398398
path: .\build\bin\Release\ggml.dll
399399
name: ggml-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
400400
if-no-files-found: error
401401
- name: Upload artifacts (ggml-base)
402-
if: ${{ matrix.os == 'windows-2019' }}
402+
if: ${{ matrix.os == 'windows-2022' }}
403403
uses: actions/upload-artifact@v4
404404
with:
405405
path: .\build\bin\Release\ggml-base.dll
406406
name: ggml-base-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
407407
if-no-files-found: error
408408
- name: Upload artifacts (ggml-cuda)
409-
if: ${{ matrix.os == 'windows-2019' }}
409+
if: ${{ matrix.os == 'windows-2022' }}
410410
uses: actions/upload-artifact@v4
411411
with:
412412
path: .\build\bin\Release\ggml-cuda.dll
413413
name: ggml-cuda-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
414414
if-no-files-found: error
415415
- name: Upload llava artifacts (Windows)
416-
if: ${{ matrix.os == 'windows-2019' }}
416+
if: ${{ matrix.os == 'windows-2022' }}
417417
uses: actions/upload-artifact@v4
418418
with:
419419
path: .\build\bin\Release\llava_shared.dll

0 commit comments

Comments
 (0)