Skip to content
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

CI/CD: fix failing xcode-select after policy change in GitHub Actions MacOS runner image #295

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

ivard
Copy link
Member

@ivard ivard commented Nov 13, 2024

The new XCode patch policy in the GitHub actions runner images don't require explicit pinning of the XCode version anymore. They now guarantee that only one XCode major is used per MacOS version.

actions/runner-images#10703

Currently, we are using XCode 16 on MacOS 14. That's not allowed anymore in the new policy. To use XCode 16 we simple have to use the MacOS 15 runner image.

@ivard ivard marked this pull request as ready for review November 13, 2024 10:10
@w-ensink w-ensink merged commit 4cbb8c5 into master Nov 15, 2024
27 checks passed
@w-ensink w-ensink deleted the fix-unstable-select-xcode branch November 15, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants