From b0aeef2d52c068dd5826f18fe1974808a6ce99a7 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 21 Nov 2024 14:28:14 +0200 Subject: [PATCH] ci : fix windows builds to use 2019 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f741b97091..c4b64622eed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: