Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Jan 20, 2025
1 parent f73a1ce commit 782b941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
run: |
sudo xcode-select -s /Applications/Xcode_15.2.0.app/Contents/Developer/
# Set SDK environment variables
echo "SDKROOT=$(xcrun -sdk macosx14.1 --show-sdk-path)" >> $GITHUB_ENV
MACOSX_DEPLOYMENT_TARGET="$(xcrun -sdk macosx14.1 --show-sdk-platform-version)"
echo "SDKROOT=$(xcrun -sdk macosx14.2 --show-sdk-path)" >> $GITHUB_ENV
MACOSX_DEPLOYMENT_TARGET="$(xcrun -sdk macosx14.2 --show-sdk-platform-version)"
if [[ -n "${MACOSX_DEPLOYMENT_TARGET}" ]]; then
echo "MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET}" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 782b941

Please sign in to comment.