File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -185,12 +185,8 @@ jobs:
185
185
186
186
if [ "${{ matrix.build.target_triple }}" = "aarch64-apple-darwin" ]; then
187
187
export APPLE_SDK_PATH=/Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk
188
- elif [ "${{ matrix.build.target_triple }}" = "aarch64-apple-ios" ]; then
189
- export APPLE_SDK_PATH=/Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
190
188
elif [ "${{ matrix.build.target_triple }}" = "x86_64-apple-darwin" ]; then
191
189
export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
192
- elif [ "${{ matrix.build.target_triple }}" = "x86_64-apple-ios" ]; then
193
- export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
194
190
else
195
191
echo "unhandled target triple: ${{ matrix.build.target_triple }}"
196
192
exit 1
You can’t perform that action at this time.
0 commit comments