Skip to content

Commit

Permalink
Fixed MaxOS 13 python update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 19, 2024
1 parent a1dcbab commit 21f7014
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ jobs:
echo "CRYPTO_BACKEND=openssl" >> $GITHUB_ENV
- name: Install dependencies
run: brew bundle
run: |
rm -f '/usr/local/bin/2to3' '/usr/local/bin/2to3-3.12' '/usr/local/bin/idle3' '/usr/local/bin/idle3.12' \
'/usr/local/bin/pydoc3' '/usr/local/bin/pydoc3.12' '/usr/local/bin/python3' '/usr/local/bin/python3-config' \
'/usr/local/bin/python3.12' '/usr/local/bin/python3.12-config'
brew bundle
- name: Botan2 cache
id: cache
Expand Down

0 comments on commit 21f7014

Please sign in to comment.