diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6aecec6e94d5..399641c4af3f0 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: