-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrading GitHub Actions Workflows Xcode Version #1463
Upgrading GitHub Actions Workflows Xcode Version #1463
Conversation
.github/workflows/build.yml
Outdated
env: | ||
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer | ||
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's kind of annoying that you have to specify the Xcode version like this. I did find a GHA action that supposedly will select the XCode version for you: https://github.com/marketplace/actions/setup-xcode-version
It might be a bit more readable that just a directory path being specified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @frett. I will look into using Xcode select.
It appears I will have to put this PR on hold as mac-os 13 isn't available yet (actions/runner-images#6426)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frett @rachaelblue this is ready again for review.
GitHub Action workflows are set to run on macos-13 and use Xcode version 14.2
Select Xcode version 14.2
Upgrade to Mac OS 13 and Xcode 14.2.