Skip to content

Commit

Permalink
Fix MacOS build (update python3.11 to python3.12) (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev authored Feb 2, 2024
1 parent fa95ad9 commit 3e4ffdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
brew update
# Temporary fix, see https://github.com/orgs/Homebrew/discussions/3895
brew install --overwrite python@3.11
brew install --overwrite python@3.12
brew install llvm
echo "CC=/usr/local/opt/llvm/bin/clang" >> $GITHUB_ENV
echo "CXX=/usr/local/opt/llvm/bin/clang++" >> $GITHUB_ENV
Expand Down

0 comments on commit 3e4ffdc

Please sign in to comment.