VerteDinde

#47634: build: set the minimum macOS SDK to 10.15

Merged
Created: Jul 1, 2025, 5:47:10 PM
Merged: Jul 1, 2025, 8:51:09 PM
2 comments
Target: main

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

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

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

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