Skip to content

Commit

Permalink
ci : fix cuda releases (#10532)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Nov 26, 2024
1 parent de50973 commit c9b00a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c9b00a7

Please sign in to comment.