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

Update Xcode version for Darwin test builds #122

Merged
merged 1 commit into from Aug 8, 2022

Conversation

nywilken
Copy link
Member

@nywilken nywilken commented Aug 8, 2022

Support for Xcode 12.0.0 has been deprecated on CircleCI. This change
updates the build configuration to use the latest stable Xcode version
available.

@nywilken nywilken requested a review from a team as a code owner August 8, 2022 17:53
@nywilken nywilken added the tech-debt Issues and pull requests related to addressing technical debt or improving the codebase label Aug 8, 2022
@nywilken nywilken force-pushed the nywilken/fix-xcode-version branch 2 times, most recently from 7528b89 to 04a7297 Compare August 8, 2022 19:03
Copy link

@JenGoldstrich JenGoldstrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support for Xcode 12.0.0 has been deprecated on CircleCI. This change
updates the build configuration to use the latest stable Xcode version
available.

While testing it was found that the build steps were actually downloading an older
version of Go 1.17 and not the expected latest version. This change explicitly
sets the version of Go to be used for test builds.

There has to be a better wait to do this so we may look to replace this
config at a future time.
@nywilken nywilken merged commit 762ec6e into main Aug 8, 2022
@nywilken nywilken deleted the nywilken/fix-xcode-version branch August 8, 2022 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Issues and pull requests related to addressing technical debt or improving the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants