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 ^