ci : fix cuda releases (#10532)

This commit is contained in:
Diego Devesa 2024-11-26 22:12:10 +01:00 committed by GitHub
parent de5097351c
commit c9b00a70b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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