refactor+fix: refactor the windows part of the release workflow and add arm to it

Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
This commit is contained in:
DioEgizio
2022-11-26 08:41:41 +01:00
parent 24193163e1
commit 99dd9874df
2 changed files with 29 additions and 13 deletions

View File

@ -38,17 +38,17 @@ jobs:
qt_tools: ''
- os: windows-2022
name: "Windows-Legacy"
name: "Windows-MinGW-w64-Legacy"
msystem: clang32
qt_ver: 5
- os: windows-2022
name: "Windows"
name: "Windows-MinGW-w64"
msystem: clang64
qt_ver: 6
- os: windows-2022
name: "Windows-Legacy-MSVC"
name: "Windows-MSVC-Legacy"
msystem: ''
architecture: 'win32'
vcvars_arch: 'amd64_x86'