Skip to content

Commit

Permalink
Update MACOSX_DEPLOYMENT_TARGET to 11.0
Browse files Browse the repository at this point in the history
To fix error:

delocate.libsana.DelocationError: Library dependencies do not satisfy target MacOS version 10.14:
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplq4cgnoz/wheel/cpymad/.dylibs/libgfortran.5.dylib has a minimum target of 11.0
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplq4cgnoz/wheel/cpymad/.dylibs/libquadmath.0.dylib has a minimum target of 11.0
  • Loading branch information
coldfix committed Apr 22, 2024
1 parent 83f300a commit 723a9f2
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 @@ -196,7 +196,7 @@ jobs:
if [[ ${{ matrix.arch }} == "x86_64" ]]; then
FC=gfortran-11
LIBDIR=$(dirname $(find /usr/local/Cellar/gcc@11 -name libgfortran.dylib))
echo "MACOSX_DEPLOYMENT_TARGET=10.14" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
elif [[ ${{ matrix.arch }} == "arm64" ]]; then
# See: https://github.com/MacPython/gfortran-install
Expand Down

0 comments on commit 723a9f2

Please sign in to comment.