Skip to content

Commit

Permalink
Bump mambaforge version and macOS SDK (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Dec 3, 2024
1 parent 5f1a3f6 commit c133c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIOCONDA_UTILS_TAG=v3.5.0
MAMBAFORGE_VER=24.9.0-0
MAMBAFORGE_VER=24.9.2-0
MAMBAFORGE_INSTALLATION_DIR="/opt/mambaforge"
platform=$(uname -s)
arch=$(uname -m)
Expand All @@ -8,7 +8,7 @@ if [[ "$platform" == "Darwin" ]]; then
export MACOSX_DEPLOYMENT_TARGET=11.0
export MACOSX_SDK_VERSION=11.0
elif [[ "$arch" == 'x86_64' ]]; then
export MACOSX_DEPLOYMENT_TARGET=10.13
export MACOSX_SDK_VERSION=10.13
export MACOSX_DEPLOYMENT_TARGET=10.15
export MACOSX_SDK_VERSION=10.15
fi
fi

0 comments on commit c133c2c

Please sign in to comment.