diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-05-26 07:31:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 07:31:18 +0200 |
commit | f24211e8b5d9af24ac3e27b0fdb50000a962c35f (patch) | |
tree | ab96112f5e2aa022e35831faf686187dfa59e928 | |
parent | 403279e92692b90a83a00bd320f94e9cccd364a5 (diff) | |
parent | 70983c72696afbf444a768b37c87e3f6aa0353e2 (diff) | |
download | PrismLauncher-f24211e8b5d9af24ac3e27b0fdb50000a962c35f.tar.gz PrismLauncher-f24211e8b5d9af24ac3e27b0fdb50000a962c35f.tar.bz2 PrismLauncher-f24211e8b5d9af24ac3e27b0fdb50000a962c35f.zip |
Merge pull request #1088 from DioEgizio/update-qt651
chore: update to Qt 6.5.1
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02b705f0..691e257b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: '' - qt_version: '6.5.0' + qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -80,7 +80,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: 'win64_msvc2019_arm64' - qt_version: '6.5.0' + qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -90,7 +90,7 @@ jobs: qt_ver: 6 qt_host: mac qt_arch: '' - qt_version: '6.5.0' + qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |