Skip to content

Commit f391fc4

Browse files
[GH Action] Upgraded windows runner
1 parent 96e29b8 commit f391fc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
2626
# You can convert this to a matrix build if you need cross-platform coverage.
2727
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
28-
runs-on: windows-2019
28+
runs-on: windows-latest
2929

3030
steps:
3131

@@ -75,7 +75,6 @@ jobs:
7575
shell: cmd
7676
run: |
7777
cmake -B ${{github.workspace}}/_build ^
78-
-G "Visual Studio 16 2019" ^
7978
-A ${{ matrix.build_arch }} ^
8079
-T ${{ env.VS_TOOLSET }} ^
8180
-DECALUDP_BUILD_SAMPLES=ON ^

0 commit comments

Comments
 (0)