From: Diego Devesa Date: Tue, 26 Nov 2024 21:12:10 +0000 (+0100) Subject: ci : fix cuda releases (#10532) X-Git-Tag: upstream/0.0.4488~296 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c9b00a70b080d5c0668608024afc3e0e2fed822f;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix cuda releases (#10532) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6aecec6..399641c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: