Skip to content

Commit

Permalink
move var setting
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Mar 26, 2024
1 parent ec594ff commit b139ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate bioconda
export MACOSX_DEPLOYMENT_TARGET=14.0
export MACOSX_SDK_VERSION=14.0
# Clean up lingering build artifacts
rm -f /opt/mambaforge/envs/bioconda/conda-bld/osx-arm64/*.tar.bz2
Expand All @@ -66,9 +69,6 @@ jobs:
fi
git fetch origin "$GITHUB_BASE_REF"
export MACOSX_DEPLOYMENT_TARGET=10.12
export MACOSX_SDK_VERSION=14.0
bioconda-utils build recipes config.yml \
--git-range origin/"$GITHUB_BASE_REF" HEAD
Expand Down

0 comments on commit b139ea8

Please sign in to comment.