]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix cuda releases (#10532)
authorDiego Devesa <redacted>
Tue, 26 Nov 2024 21:12:10 +0000 (22:12 +0100)
committerGitHub <redacted>
Tue, 26 Nov 2024 21:12:10 +0000 (22:12 +0100)
.github/workflows/build.yml

index c6aecec6e94d594cf3fbd8a2a630c28f500362a3..399641c4af3f089c5de5d522f89e2dd32538be43 100644 (file)
@@ -728,7 +728,7 @@ jobs:
             cmake --build build --config ${{ matrix.build }} -j $(nproc)
 
   windows-latest-cmake:
-    runs-on: windows-2019
+    runs-on: windows-latest
 
     env:
       OPENBLAS_VERSION: 0.3.23
@@ -929,7 +929,7 @@ jobs:
 
   windows-2019-cmake-cuda:
     runs-on: windows-2019
-    if: ${{ github.event == 'push' && github.ref == 'refs/heads/master' }}
+    if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
 
     strategy:
       matrix: