Skip to content

Commit da8cc5e

Browse files
Update build-windows.yml
1 parent c60f586 commit da8cc5e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-windows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
1010
INSTALL_PREFIX: _install
1111
PROJECT_NAME: tcp_pubsub
12-
VS_TOOLSET: v141
13-
VS_NAME: vs2017
12+
VS_TOOLSET: v142
13+
VS_NAME: vs2019
1414

1515
jobs:
1616
build-windows:
@@ -24,7 +24,7 @@ jobs:
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-latest
27+
runs-on: windows-2025
2828

2929
steps:
3030

@@ -62,7 +62,6 @@ jobs:
6262
shell: cmd
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
-DTCP_PUBSUB_BUILD_SAMPLES=ON ^

0 commit comments

Comments
 (0)