File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -654,9 +654,9 @@ jobs:
654654
655655 - bash : |
656656 set -ev
657- # Force relink python@3.xx in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS-12 image
658- # See: https://github.com/Azure/azure-cli /issues/29054
659- brew unlink python@$ 3.12 && brew link --overwrite python@$ 3.12
657+ # Force relink python@3.xx in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS
658+ # See: https://github.com/actions/runner-images /issues/9966
659+ brew unlink python@3.12 && brew link --overwrite python@3.12
660660 brew unlink python@3.13 && brew link --overwrite python@3.13
661661
662662 # update homebrew to latest version in case the formula is not compatible with the current homebrew version
You can’t perform that action at this time.
0 commit comments