File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 83
83
sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
84
84
85
85
# Set SDK environment variables
86
- echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
87
- echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
86
+ echo "SDKROOT=$(xcrun -sdk macosx11.3 --show-sdk-path)" >> $GITHUB_ENV
87
+ echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.3 --show-sdk-platform-version)" >> $GITHUB_ENV
88
88
if : matrix.target == 'aarch64-apple-darwin'
89
89
- name : Ensure we have our goal target installed
90
90
run : |
Original file line number Diff line number Diff line change 83
83
sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
84
84
85
85
# Set SDK environment variables
86
- echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
87
- echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
86
+ echo "SDKROOT=$(xcrun -sdk macosx11.3 --show-sdk-path)" >> $GITHUB_ENV
87
+ echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.3 --show-sdk-platform-version)" >> $GITHUB_ENV
88
88
if : matrix.target == 'aarch64-apple-darwin'
89
89
- name : Ensure we have our goal target installed
90
90
run : |
You can’t perform that action at this time.
0 commit comments