We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087e53f commit 4e87a90Copy full SHA for 4e87a90
.github/workflows/macos.yml
@@ -49,12 +49,10 @@ jobs:
49
if [[ "${{ matrix.os }}" == "macos-13" ]]; then
50
# brew install in macos-13 runner image is broken
51
# https://github.com/actions/runner-images/issues/9471
52
- brew unlink python@3.11
53
brew unlink python@3.12
54
brew uninstall --force azure-cli
55
brew uninstall --force aws-sam-cli
56
brew uninstall --force pipx
57
- brew uninstall --force python@3.11
58
brew install --overwrite python@3.12
59
fi
60
brew install \
0 commit comments