Skip to content

Commit

Permalink
Minimum macOS version for Qt6 is 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Apr 30, 2024
1 parent cf309d7 commit 05557a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
setup:
- macos-deployment-version: 11
- macos-deployment-version: '11.0'
python-version: 3.12.1-macos11
python-sha256sum: 6178e42679eb83196240fc58b1438f481c32c2b0557f28ccf43aa7b1b80b7c4a
env:
Expand Down
2 changes: 1 addition & 1 deletion picard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ else:
'CFBundleVersion': '%d.%d.%d' % PICARD_VERSION[:3],
'CFBundleShortVersionString': PICARD_VERSION.short_str(),
'LSApplicationCategoryType': 'public.app-category.music',
'LSMinimumSystemVersion': os.environ.get('MACOSX_DEPLOYMENT_TARGET', '10.14'),
'LSMinimumSystemVersion': os.environ.get('MACOSX_DEPLOYMENT_TARGET', '11.0'),
'NSHighResolutionCapable': True,
'NSPrincipalClass': 'NSApplication',
'NSRequiresAquaSystemAppearance': False,
Expand Down
File renamed without changes.

0 comments on commit 05557a3

Please sign in to comment.