#47634: build: set the minimum macOS SDK to 10.15
Description of Change
An unfortunate side effect of a recent Chrome roll was 6493969: Update mac_sdk_min to
match minimum required SDK version | https://chromium-review.googlesource.com/c/chromium/src/+/6493969, which bumped the required minimum macOS SDK version to 15, and bumped our required runners to use macos-15-xlarge
, which is now running out of space on publish.
This PR is meant to unblock nightlies and get our builds back up and running while we fix this issue upstream and/or reduce space on the runners themselves.
Checklist
- PR description included and stakeholders cc'd
-
npm test
passes - tests are changed or added
- relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
No Backports Requested
This pull request doesn't have any backports requested or created for older release branches.
What are backports?
Backports are copies of changes made to the main branch that are applied to older release branches. They ensure that bug fixes and important changes are available in maintained older versions of Electron.
Semver Impact
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron