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

Fix brew for MacOS CI build #1136

Merged
merged 1 commit into from
Jan 9, 2023
Merged

Conversation

ggarber
Copy link
Contributor

@ggarber ggarber commented Jan 8, 2023

MacOS CI build started to fail in the PRs because when upgrading python it was not possible to override one existing file (related to 2to3 package). Apparently this happens because MacOS runners some times have python versions not installed/compatible with brew.

Example of the failure: https://github.com/coturn/coturn/actions/runs/3850951324

The proposed workaround is taken from here: actions/runner-images#2322

@ggarber ggarber requested a review from eakraly January 8, 2023 07:59
Copy link
Collaborator

@eakraly eakraly left a comment

Choose a reason for hiding this comment

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

Great find

@eakraly eakraly merged commit 0b01b9b into coturn:master Jan 9, 2023
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.

2 participants