Skip to content

Commit

Permalink
test with v142
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Jan 4, 2024
1 parent 4daa59c commit b494f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: MSBuild of solution
working-directory: .
run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v141"
run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v142"

- name: Build docs
if: matrix.build_configuration == 'Release'
Expand Down

0 comments on commit b494f57

Please sign in to comment.