jkleinsc

#51830: ci: free up more disk space on macOS

Merged
Created: Jun 1, 2026, 5:05:39 PM
Merged: Jun 1, 2026, 9:01:08 PM
5 comments
Target: main

Description of Change

macOS release builds are failing because they are running out of disk space, so this PR should reclaim more disk space.

Checklist

Release Notes

Notes: none

Backports

40-x-y
Pending
Waiting for a manual backport
41-x-y
Merged
PR Number
#51834
Merged At
Jun 1, 2026, 11:18:44 PM
Released In
Not yet
Release Date
Not yet
42-x-y
Merged
PR Number
#51836
Merged At
Jun 1, 2026, 9:50:45 PM
Released In
v42.3.1
Release Date
Jun 1, 2026, 11:25:56 PM
43-x-y
Merged
PR Number
#51835
Merged At
Jun 1, 2026, 11:18:31 PM
Released In
Not yet
Release Date
Not yet

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