Skip to content

Commit

Permalink
Fix Windows CI (switch to VS 2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Feb 28, 2022
1 parent a1c2d47 commit 77e20c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
QT_VERSION: '5.15.2'
OBS_VERSION: '26.0.0'
CMAKE_GENERATOR: 'Visual Studio 16 2019'
CMAKE_GENERATOR: 'Visual Studio 17 2022'

steps:
- name: Checkout
Expand Down

0 comments on commit 77e20c7

Please sign in to comment.