From e937d341dc31e36fe736c9041b30481b2e43cd23 Mon Sep 17 00:00:00 2001 From: tqchen Date: Tue, 17 Jun 2025 09:39:25 -0400 Subject: [PATCH] [CI] Update windows to latest Updates the windows ci to latest since windows-2019 runner will be phased out --- .github/workflows/main.yml | 2 +- conda/recipe/bld.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 205e951592fb..d615eb9231e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,7 +91,7 @@ jobs: Windows: if: ${{ github.repository == 'apache/tvm' }} - runs-on: windows-2019 + runs-on: windows-latest steps: - uses: actions/checkout@v2 with: diff --git a/conda/recipe/bld.bat b/conda/recipe/bld.bat index 084dd85560da..4f217a0dbf36 100644 --- a/conda/recipe/bld.bat +++ b/conda/recipe/bld.bat @@ -21,7 +21,7 @@ mkdir build cd build cmake ^ - -G "Visual Studio 16 2019" ^ + -G "Visual Studio 17 2022" ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ -DCMAKE_INSTALL_PREFIX:PATH=%LIBRARY_PREFIX% ^ -DUSE_LLVM=ON ^