Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Dec 8, 2023
1 parent d37d093 commit 3e7d00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export PYTHON_INSTALLER_MACOS_VERSION=$MACOS_MIN_VERSION
# Instead we install python.org binaries which are built with 10.6/10.9 target
# and hence provide wider compatibility for the wheels we create.
# See https://github.com/actions/setup-python/issues/26.
git clone https://github.com/multi-build/multibuild.git
#git clone https://github.com/multi-build/multibuild.git
git clone https://github.com/matthew-brett/multibuild.git -b python-on-macos
pushd multibuild
set +x # reduce noise
source osx_utils.sh
Expand Down

0 comments on commit 3e7d00a

Please sign in to comment.