We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de50973 commit c9b00a7Copy full SHA for c9b00a7
.github/workflows/build.yml
@@ -728,7 +728,7 @@ jobs:
728
cmake --build build --config ${{ matrix.build }} -j $(nproc)
729
730
windows-latest-cmake:
731
- runs-on: windows-2019
+ runs-on: windows-latest
732
733
env:
734
OPENBLAS_VERSION: 0.3.23
@@ -929,7 +929,7 @@ jobs:
929
930
windows-2019-cmake-cuda:
931
runs-on: windows-2019
932
- if: ${{ github.event == 'push' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
933
934
strategy:
935
matrix:
0 commit comments