Skip to content

Commit 7bee9f1

Browse files
committed
tr to build on GH VS 2022 with v143
1 parent 08791c0 commit 7bee9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: windows-2016
8+
runs-on: windows-latest
99
strategy:
1010
matrix:
1111
build_configuration: [Release, Debug]
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: MSBuild of solution
3232
working-directory: .
33-
run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}"
33+
run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v143"
3434

3535
- name: Build docs
3636
if: matrix.build_configuration == 'Release'

0 commit comments

Comments
 (0)