We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7c515 commit e009599Copy full SHA for e009599
2 files changed
.github/workflows/main.yml
@@ -91,7 +91,7 @@ jobs:
91
92
Windows:
93
if: ${{ github.repository == 'apache/tvm' }}
94
- runs-on: windows-2019
+ runs-on: windows-latest
95
steps:
96
- uses: actions/checkout@v2
97
with:
conda/recipe/bld.bat
@@ -21,7 +21,7 @@ mkdir build
21
cd build
22
23
cmake ^
24
- -G "Visual Studio 16 2019" ^
+ -G "Visual Studio 17 2022" ^
25
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
26
-DCMAKE_INSTALL_PREFIX:PATH=%LIBRARY_PREFIX% ^
27
-DUSE_LLVM=ON ^
0 commit comments