MarshallOfSound

#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-xlarge runner: 167GB → 280GB free, takes <1s)

Notes: none

Backports

41-x-y
Merged
PR Number
#51841
Merged At
Jun 1, 2026, 11:26:00 PM
Released In
Not yet
Release Date
Not yet
42-x-y
Merged
PR Number
#51839
Merged At
Jun 1, 2026, 11:24:23 PM
Released In
v42.3.1
Release Date
Jun 1, 2026, 11:25:56 PM
43-x-y
Merged
PR Number
#51840
Merged At
Jun 1, 2026, 11:24:27 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