Skip to content

Commit c367fad

Browse files
committed
Fix typo
1 parent f12c915 commit c367fad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)