diff options
author | flow <flowlnlnln@gmail.com> | 2022-08-04 12:56:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 12:56:55 -0700 |
commit | 293c1deee5aae673657205301373b812db4b90f6 (patch) | |
tree | ba56f3e177b0e6fddb338affaa677c3bbc270e1a /.github/workflows | |
parent | 4dee05a967ddcaa2678dce0317c75391c761227b (diff) | |
parent | bca1fef2b25587a30c05502cf0231d8d337487f4 (diff) | |
download | PrismLauncher-293c1deee5aae673657205301373b812db4b90f6.tar.gz PrismLauncher-293c1deee5aae673657205301373b812db4b90f6.tar.bz2 PrismLauncher-293c1deee5aae673657205301373b812db4b90f6.zip |
Merge pull request #1014 from DioEgizio/downgrade-qt-macos
chore: downgrade to Qt 6.3.0 on macos
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 a8b02b39..99d9cd07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: macosx_deployment_target: 10.14 qt_ver: 6 qt_host: mac - qt_version: '6.3.1' + qt_version: '6.3.0' qt_modules: 'qt5compat qtimageformats' qt_path: /Users/runner/work/PolyMC/Qt |