Skip to content

Commit

Permalink
ci: osx_test_11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 24, 2024
1 parent 4e2cd21 commit 6e189ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
swiftc -version
export SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)
export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)
export SDKROOT=$(xcrun -sdk macosx10.15 --show-sdk-path)
export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx10.15 --show-sdk-platform-version)
echo $SDKROOT
echo $MACOSX_DEPLOYMENT_TARGET

0 comments on commit 6e189ae

Please sign in to comment.