Skip to content

Commit

Permalink
build(macos): fix error in macos-13 build (#3022)
Browse files Browse the repository at this point in the history
Co-authored-by: Vithorio Polten <[email protected]>
  • Loading branch information
ReenigneArcher and Hazer authored Aug 16, 2024
1 parent 727ea90 commit 7c4c905
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,21 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Fix python
if: matrix.os_name == 'macos' && matrix.os_version == '13'
run: |
rm '/usr/local/bin/2to3'
rm '/usr/local/bin/2to3-3.12'
rm '/usr/local/bin/idle3'
rm '/usr/local/bin/idle3.12'
rm '/usr/local/bin/pydoc3'
rm '/usr/local/bin/pydoc3.12'
rm '/usr/local/bin/python3'
rm '/usr/local/bin/python3-config'
rm '/usr/local/bin/python3.12'
rm '/usr/local/bin/python3.12-config'
brew install python
- name: Configure formula
run: |
# variables for formula
Expand Down

0 comments on commit 7c4c905

Please sign in to comment.