Skip to content

Commit

Permalink
tr to build on GH VS 2022 with v143
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Apr 1, 2024
1 parent 08791c0 commit 7bee9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_build.yml
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: windows-2016
runs-on: windows-latest
strategy:
matrix:
build_configuration: [Release, Debug]
Expand All @@ -30,7 +30,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 }}"
run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v143"

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

0 comments on commit 7bee9f1

Please sign in to comment.