Skip to content

Commit

Permalink
* .github/workflows/windows-cmake.yml: Use "Visual Studio 17 2022" ge…
Browse files Browse the repository at this point in the history
…nerator.

git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1918941 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Jul 5, 2024
1 parent 547ae19 commit 43561b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
triplet:
- x64-windows
- x86-windows
generator: [ "Ninja" ]
generator: [ "Visual Studio 17 2022" ]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 43561b0

Please sign in to comment.