File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424 # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
2525 # You can convert this to a matrix build if you need cross-platform coverage.
2626 # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
27- runs-on : windows-2019
27+ runs-on : windows-latest
2828
2929 steps :
3030
6262 # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
6363 run : |
6464 cmake -B ${{github.workspace}}/_build `
65- -G "Visual Studio 16 2019" `
6665 -A ${{ matrix.build_arch }} `
6766 -T ${{ env.VS_TOOLSET }} `
6867 -DCMAKE_INSTALL_PREFIX=${{env.INSTALL_PREFIX}} `
You can’t perform that action at this time.
0 commit comments