CI: Update macOS deployment target to macOS 13 - #13720
Open
RytoEX wants to merge 2 commits into
Open
Conversation
Member
Author
|
cc @jcm93 |
7 tasks
RytoEX
force-pushed
the
update-macos-minimum-version
branch
from
July 30, 2026 21:24
57d0a26 to
9f9c5b9
Compare
This line, along with the entire DAL plugin itself, should be removed when the macOS deployment target is raised to 14 or above.
Member
Author
|
The CI failure is due to the GitHub Actions images being in the middle of a deployment. This should resolve in a day or two. |
Qt 6.11 only supports macOS 13+. It does not support macOS 12, and OBS Studio will fail to launch on macOS 12 as a result. We should reflect that with our deployment target. https://doc.qt.io/qt-6.11/supported-platforms.html
RytoEX
force-pushed
the
update-macos-minimum-version
branch
from
July 30, 2026 21:43
9f9c5b9 to
751d9a6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Qt 6.11 only supports macOS 13+. It does not support macOS 12, and OBS Studio will fail to launch on macOS 12 as a result. We should reflect that with our deployment target.
https://doc.qt.io/qt-6.11/supported-platforms.html
Motivation and Context
Don't want OBS Studio to fail to launch on macOS 12 if it cannot run at all.
While we were aware of this possibility from Qt's documentation during the beta/RC for 32.2.0, we could not personally verify it and we had no reports of it failing to launch. It's unfortunate that it was not caught, but we can fix it now and amend the release notes going forward to reflect this.
If you are on macOS 12, please use OBS Studio 32.1.2.
How Has This Been Tested?
It hasn't.
Types of changes
Checklist: