Skip to content

Commit

Permalink
Github workflow should use VS2022 instead of 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Mar 3, 2025
1 parent a8dc0af commit 3dc9d89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
qtversion: '5.15.*'
msystem: MINGW32
portablearch: win32
- name: VS2019Release64
vmimage: windows-2019
- name: VS2022Release64
vmimage: windows-2022
cmakeplatform: x64
dotnetarch: x64
qtarch: win64_msvc2019_64
qtversion: '6.5.*'
qtarch: win64_msvc2022_64
qtversion: '6.8.*'
qtmodules: 'qtmultimedia qtspeech qtvirtualkeyboard'
msystem: MINGW64
portablearch: win64
Expand Down

0 comments on commit 3dc9d89

Please sign in to comment.