diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-06-08 17:12:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 17:12:49 +0200 |
commit | 75b1eaed0c71147398788d127df8240936ec72dc (patch) | |
tree | f037c64217192a75e662ba2222fded6730c4b9e6 /.github/workflows | |
parent | 7fb4c8358b9303358e47833bdf7e8fc8bcf5ab17 (diff) | |
download | PrismLauncher-75b1eaed0c71147398788d127df8240936ec72dc.tar.gz PrismLauncher-75b1eaed0c71147398788d127df8240936ec72dc.tar.bz2 PrismLauncher-75b1eaed0c71147398788d127df8240936ec72dc.zip |
chore: bump macOS requirement to 11.0
Noticed only now that Qt 6.5 bumps the macOS requirement to macOS 11.
This was basically already effective in prism since with the Qt 6.5 bump pr macOS 10.15 user's wouldn't be able to run this, but updating the requirement here makes it more clear for the end user trying to run prism on macOS 10.15
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ce9fb40..a6a6ecea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: - os: macos-12 name: macOS - macosx_deployment_target: 10.15 + macosx_deployment_target: 11.0 qt_ver: 6 qt_host: mac qt_arch: '' |