diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-15 10:36:05 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-15 10:36:05 +0300 |
commit | 1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4 (patch) | |
tree | c62f2832c80c185af47498273596eeeecd79cd15 /.github/workflows/build.yml | |
parent | d33de2e4277dfcd090a36c96e09148ea6a5d2e55 (diff) | |
parent | 9908e115aa6bdfcceefd1425406d1b6d1c1bdec4 (diff) | |
download | PrismLauncher-1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4.tar.gz PrismLauncher-1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4.tar.bz2 PrismLauncher-1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into scale_cat
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0a0943a..a6a6ecea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,11 +86,11 @@ jobs: - os: macos-12 name: macOS - macosx_deployment_target: 10.15 + macosx_deployment_target: 11.0 qt_ver: 6 qt_host: mac qt_arch: '' - qt_version: '6.5.1' + qt_version: '6.5.0' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |