Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
staviq authored Sep 17, 2023
1 parent 111163e commit 7d22e76
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 @@ -254,7 +254,7 @@ jobs:
cmake --build . --config Release
windows-latest-cmake:
runs-on: windows-latest
runs-on: [self-hosted, windows-latest]

env:
OPENBLAS_VERSION: 0.3.23
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
llama-${{ steps.tag.outputs.name }}-bin-win-${{ matrix.build }}-x64.zip
windows-latest-cmake-cublas:
runs-on: windows-latest
runs-on: [self-hosted, windows-latest]

strategy:
matrix:
Expand Down

0 comments on commit 7d22e76

Please sign in to comment.