Skip to content

Commit

Permalink
Auto merge of #129797 - workingjubilee:cleanup-apple-ci, r=workingjub…
Browse files Browse the repository at this point in the history
…ilee

Try to reduce space usage in dist CI

We have had recurrent CI problems as a result of GitHub adding a new version of Xcode to its runners[^0], which has consumed ~40GB of space which served as padding. Try to reduce the number of Xcodes on our systems, because we only use Xcode 14 in actual practice. Also, try to move files instead of pointlessly copy them when we're at the end of the job.

I could not resist addressing a few shellcheck lints while I was at it.

[^0]: actions/runner-images#10511
  • Loading branch information
bors committed Aug 31, 2024
2 parents 4e0965a + 182df2e commit 4a23c9f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 4a23c9f

Please sign in to comment.