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 6e189ae commit 91a9356
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
swiftc -version
xcrun --show-sdk-version
xcrun --show-sdk-path
xcrun --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
Expand Down

0 comments on commit 91a9356

Please sign in to comment.