Skip to content

Commit

Permalink
set sdk earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Mar 26, 2024
1 parent 157176e commit f7d57a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PR-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
export GITHUB_BASE_REF="master"
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 f7d57a2

Please sign in to comment.