Skip to content

Commit c9b00a7

Browse files
authored
ci : fix cuda releases (ggml-org#10532)
1 parent de50973 commit c9b00a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ jobs:
728728
cmake --build build --config ${{ matrix.build }} -j $(nproc)
729729
730730
windows-latest-cmake:
731-
runs-on: windows-2019
731+
runs-on: windows-latest
732732

733733
env:
734734
OPENBLAS_VERSION: 0.3.23
@@ -929,7 +929,7 @@ jobs:
929929
930930
windows-2019-cmake-cuda:
931931
runs-on: windows-2019
932-
if: ${{ github.event == 'push' && github.ref == 'refs/heads/master' }}
932+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
933933

934934
strategy:
935935
matrix:

0 commit comments

Comments
 (0)