Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from MacPython/fix-macos
Browse files Browse the repository at this point in the history
FIX: Update wheel builder for macos
  • Loading branch information
skoudoro authored Jul 11, 2024
2 parents 36c76ab + 252eb64 commit e9c878d
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-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
compiler_env: CC=/usr/local/opt/llvm/bin/clang CXX=/usr/local/opt/llvm/bin/clang++ LIBRARY_PATH=/usr/local/opt/llvm/lib:$LIBRARY_PATH
- os: macos-14
cibw_arch: arm64
compiler_env: CC=/opt/homebrew/opt/llvm/bin/clang CXX=/opt/homebrew/opt/llvm/bin/clang++ LIBRARY_PATH=/opt/homebrew/opt/llvm/lib:$LIBRARY_PATH
compiler_env: CC=/opt/homebrew/opt/llvm@17/bin/clang CXX=/opt/homebrew/opt/llvm@17/bin/clang++ LIBRARY_PATH=/opt/homebrew/opt/llvm@17/lib:$LIBRARY_PATH MACOSX_DEPLOYMENT_TARGET=14.0
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion dipy
Submodule dipy updated 490 files

0 comments on commit e9c878d

Please sign in to comment.