Skip to content

Commit

Permalink
22325: Fixes MacOS homebrew Python install (#312)
Browse files Browse the repository at this point in the history
There was a recent upgrade to the default Python version in GitHub's
MacOS runners that caused an unexpected build failure.
  • Loading branch information
apbassett authored Nov 26, 2024
1 parent edd4acb commit 2bafda5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ jobs:
echo "Brew version: $(brew --version)"
echo "Brew python installs: $(brew list | grep python)"
if [ "${{ matrix.preset.arch }}" = "arm64" ]; then
brew unlink [email protected]
brew unlink [email protected]
brew link --force --overwrite [email protected]
Expand Down

0 comments on commit 2bafda5

Please sign in to comment.