From d251d891645cd3231d770fcbfe7943ce84fd9421 Mon Sep 17 00:00:00 2001 From: Jianlin Shi Date: Wed, 27 Aug 2025 15:27:29 -0600 Subject: [PATCH] drop deprecated windows 2019 runner --- .github/workflows/custom_build_wincuda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom_build_wincuda.yml b/.github/workflows/custom_build_wincuda.yml index 27a9e7517f..30d88c87ba 100644 --- a/.github/workflows/custom_build_wincuda.yml +++ b/.github/workflows/custom_build_wincuda.yml @@ -36,8 +36,8 @@ env: jobs: - windows-2019-cmake-cuda: - runs-on: windows-2019 + windows-latest-cmake-cuda: + runs-on: windows-latest steps: - name: Clone