ci : fix windows builds to use 2019

This commit is contained in:
Georgi Gerganov 2024-11-21 14:28:14 +02:00
parent 37c88027e1
commit b0aeef2d52
No known key found for this signature in database
GPG Key ID: BF970631944C16B7

View File

@ -313,7 +313,7 @@ jobs:
cmake --build build --config ${{ matrix.build }} -j $(nproc)
windows:
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
@ -373,7 +373,7 @@ jobs:
path: build/bin/${{ matrix.build }}
windows-blas:
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix: