Skip to content

Commit 4648cb0

Browse files
[GH Action] Updated Windows runner (#84)
Updated from Windows 2019 to Windows 2025. This also made it necessary to upgrade Visual Studio to 2019 (from 2017)
1 parent 80e4920 commit 4648cb0

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: fineftp-server
12-
VS_TOOLSET: v141
13-
VS_NAME: vs2017
12+
VS_TOOLSET: v142
13+
VS_NAME: vs2019
1414

1515
jobs:
1616
build-windows:
@@ -23,7 +23,7 @@ jobs:
2323
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
2424
# You can convert this to a matrix build if you need cross-platform coverage.
2525
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
26-
runs-on: windows-2019
26+
runs-on: windows-2025
2727

2828
steps:
2929

@@ -56,7 +56,6 @@ jobs:
5656
shell: cmd
5757
run: |
5858
cmake -B ${{github.workspace}}/_build ^
59-
-G "Visual Studio 16 2019" ^
6059
-A ${{ matrix.build_arch }} ^
6160
-T ${{ env.VS_TOOLSET }} ^
6261
-DFINEFTP_SERVER_BUILD_TESTS=ON ^

0 commit comments

Comments
 (0)