diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-09 08:59:43 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-10 12:19:15 +0200 |
commit | e2a74dfc307ef89e7b365f89f3ab8f54a6772293 (patch) | |
tree | 3efca078ecd70e53b96a060b04c9a01bbfca0631 /.github/workflows/build.yml | |
parent | 4e99da7b6212fdba121d93892f48f6bce158e2a6 (diff) | |
download | PrismLauncher-e2a74dfc307ef89e7b365f89f3ab8f54a6772293.tar.gz PrismLauncher-e2a74dfc307ef89e7b365f89f3ab8f54a6772293.tar.bz2 PrismLauncher-e2a74dfc307ef89e7b365f89f3ab8f54a6772293.zip |
feat(actions): enable Windows-i686 Qt 6 builds
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76a66739..3d7096ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,14 +26,14 @@ jobs: qt_modules: 'qt5compat qtimageformats' - os: windows-2022 - name: "Windows-i686" + name: "Windows-i686-Legacy" msystem: mingw32 qt_ver: 5 - os: windows-2022 - name: "Windows-x86_64" - msystem: mingw64 - qt_ver: 5 + name: "Windows-i686" + msystem: mingw32 + qt_ver: 6 - os: macos-12 macosx_deployment_target: 10.14 |