#51842: ci: delete simulator runtime MobileAssets in macOS free-space action
Merged
Created: Jun 1, 2026, 11:22:42 PM
Merged: Jun 1, 2026, 11:24:39 PM
4 comments
Target: main
The free-space action removes /Library/Developer/CoreSimulator, but the backing simulator runtime images (iOS/xrOS/watchOS/tvOS) are staged separately under /System/Library/AssetsV2 as MobileAssets.
- Deletes the four simulator runtime asset trees, reclaiming ~113GB on arm64 macOS runners (verified live on a
macos-15-xlargerunner: 167GB → 280GB free, takes <1s)
Notes: none
Backports
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