Skip to content

Commit

Permalink
Fix MacOS build (update python3.11 to python3.12) (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev authored Feb 2, 2024
1 parent fac3122 commit 390cc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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
brew install macfuse
echo "LDFLAGS=-L/usr/local/opt/llvm/lib" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion wfslib

0 comments on commit 390cc51

Please sign in to comment.