Skip to content

Commit

Permalink
Github- build on Windows 2019 image
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar committed May 28, 2024
1 parent 62f5a9a commit 6f68a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
PanelSwWixExtension-Build:
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion src/TidyBuild.custom.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<!-- CMake -->
<CMakeDir Condition="'$(CMakeDir)' == ''"></CMakeDir>
<CMakeVsVersion Condition="'$(CMakeVsVersion)'==''">Visual Studio 17 2022</CMakeVsVersion>
<CMakeVsVersion Condition="'$(CMakeVsVersion)'==''">Visual Studio 16 2019</CMakeVsVersion>
<PlatformToolset Condition="'$(PlatformToolset)'==''">v142</PlatformToolset>
<XPDeprecationWarning>false</XPDeprecationWarning>

Expand Down

0 comments on commit 6f68a5d

Please sign in to comment.