File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8383 sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
8484
8585 # 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
8888 if : matrix.target == 'aarch64-apple-darwin'
8989 - name : Ensure we have our goal target installed
9090 run : |
Original file line number Diff line number Diff line change 8383 sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
8484
8585 # 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
8888 if : matrix.target == 'aarch64-apple-darwin'
8989 - name : Ensure we have our goal target installed
9090 run : |
You can’t perform that action at this time.
0 commit comments