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] Fix brew python error by upgrading mac image #295

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

tobil4sk
Copy link
Member

@tobil4sk tobil4sk commented Nov 25, 2024

Since we were still using macos-12 which is no longer supported by homebrew, we had to build mbedtls from source which meant that python was a dependency. This caused issues since the python homebrew package conflicts with the preinstalled python version in the mac runner.

Upgrading to the macos-13 image avoids the requirement to build from source, so we avoid the python error.

@tobil4sk tobil4sk force-pushed the fix/brew-install-python branch from 5999975 to b43e5af Compare November 25, 2024 14:37
@tobil4sk tobil4sk changed the title [ci] Remove preinstalled python before brew bundle [ci] Fix brew python error by upgrading mac image Nov 25, 2024
@Simn Simn merged commit 6b9f8bd into HaxeFoundation:master Nov 26, 2024
16 checks passed
@tobil4sk tobil4sk deleted the fix/brew-install-python branch November 26, 2024 09:13
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