From 723a9f207237fc573e24a3b118336bb3f8be5feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gl=C3=A4=C3=9Fle?= Date: Mon, 22 Apr 2024 23:47:44 +0200 Subject: [PATCH] Update MACOSX_DEPLOYMENT_TARGET to 11.0 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 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ed990eb..abb27932 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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