-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove unused xcode versions #84
Comments
+1 for this. Lately GitHub runners have been failing due to space constraints (with no change on our part). And it seems GitHub's solution is to just delete stuff on the runner that we don't need. Since each Mac runner has a bunch of versions of Xcode installed this would be nice. |
@BrentMifsud i agree that space constraints are a issue, and this helps definitely to free up space in fact much more space than the initial 14G free space available in the runner, but i think some of the real underlying reasons are in my case for example: github/codeql-action/[email protected] uses 3G Which is almost all of the 14G free macos-latest runner space. |
for reference swift-actions/setup-swift#682 |
Would it be possible to implement something which removes anything except the version i wanted to initialize. I created this workaround for now:
For reference actions/runner-images#2840
The text was updated successfully, but these errors were encountered: