Skip to content

Commit e009599

Browse files
authored
[CI] Update windows to 2025 (#18071)
[CI] Update windows to latest Updates the windows ci to latest since windows-2019 runner will be phased out
1 parent 3c7c515 commit e009599

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
Windows:
9393
if: ${{ github.repository == 'apache/tvm' }}
94-
runs-on: windows-2019
94+
runs-on: windows-latest
9595
steps:
9696
- uses: actions/checkout@v2
9797
with:

conda/recipe/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mkdir build
2121
cd build
2222

2323
cmake ^
24-
-G "Visual Studio 16 2019" ^
24+
-G "Visual Studio 17 2022" ^
2525
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
2626
-DCMAKE_INSTALL_PREFIX:PATH=%LIBRARY_PREFIX% ^
2727
-DUSE_LLVM=ON ^

0 commit comments

Comments
 (0)