Skip to content

Commit

Permalink
ci : fix windows builds to use 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Nov 21, 2024
1 parent 37c8802 commit b0aeef2
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 @@ -313,7 +313,7 @@ jobs:
cmake --build build --config ${{ matrix.build }} -j $(nproc)
windows:
runs-on: windows-latest
runs-on: windows-2019

strategy:
matrix:
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
path: build/bin/${{ matrix.build }}

windows-blas:
runs-on: windows-latest
runs-on: windows-2019

strategy:
matrix:
Expand Down

0 comments on commit b0aeef2

Please sign in to comment.