Skip to content

Commit 4e87a90

Browse files
committed
Don't unlink Python 11
1 parent 087e53f commit 4e87a90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/macos.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ jobs:
4949
if [[ "${{ matrix.os }}" == "macos-13" ]]; then
5050
# brew install in macos-13 runner image is broken
5151
# https://github.com/actions/runner-images/issues/9471
52-
brew unlink python@3.11
5352
brew unlink python@3.12
5453
brew uninstall --force azure-cli
5554
brew uninstall --force aws-sam-cli
5655
brew uninstall --force pipx
57-
brew uninstall --force python@3.11
5856
brew install --overwrite python@3.12
5957
fi
6058
brew install \

0 commit comments

Comments
 (0)