From f8224f2cb4583251ec9637559156dd399cf80645 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 11 Jun 2024 01:01:27 +0800 Subject: [PATCH] ci: fix windows build by using windows-2019 (#2383) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc5717e17ad0..44bb9aa63b9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,13 +74,13 @@ jobs: ext: .exe build_args: --features vulkan,binary vulkan_sdk: '1.3.280.0' - - os: windows-latest + - os: windows-2019 target: x86_64-pc-windows-msvc binary: x86_64-windows-msvc-cuda117 ext: .exe build_args: --features cuda,binary windows_cuda: '11.7.1' - - os: windows-latest + - os: windows-2019 target: x86_64-pc-windows-msvc binary: x86_64-windows-msvc-cuda122 ext: .exe