about summary refs log tree commit diff
path: root/src/ci/scripts/select-xcode.sh
AgeCommit message (Collapse)AuthorLines
2024-09-27Revert "ci: Try to remove unused Xcode dirs"Jubilee Young-17/+0
This reverts commit 06f49f6d5326440192b8d31d69fa490dbfe01cfe.
2024-08-30ci: Try to remove unused Xcode dirsJubilee Young-0/+17
2024-02-10Require that SELECT_XCODE is set.Eric Huss-3/+1
Allowing the Xcode version to "float" based on whatever default GitHub selects creates an unreliable environment. When GitHub changes the default, we can have multiple jobs in the same run using different versions as it rolls out across machines. It can also cause oscillation between runs as different machines are used. It also causes unpredictable timing when the updates happen. This change helps ensure that the version that is used is pinned. The downside is that it requires manually bumping the version, and the risk that if we take too long, older Xcodes will be removed and that will break the build.
2022-11-19Bring back XCode selection CI scriptBlackHoleFox-0/+13
This reverts commit 8514b0097b28f84ee5cfead059a5771c6a693fb0.
2021-10-14Selecting the Xcode version no longer needed with the macos-11 runners.Hans Kratz-13/+0
2020-10-01Add a cross-compiling aarch64-apple-darwin CI builderJake Goulding-0/+13