We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08791c0 commit 7bee9f1Copy full SHA for 7bee9f1
.github/workflows/CI_build.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
build:
7
8
- runs-on: windows-2016
+ runs-on: windows-latest
9
strategy:
10
matrix:
11
build_configuration: [Release, Debug]
@@ -30,7 +30,7 @@ jobs:
30
31
- name: MSBuild of solution
32
working-directory: .
33
- run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}"
+ run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v143"
34
35
- name: Build docs
36
if: matrix.build_configuration == 'Release'
0 commit comments