Skip to content

Commit 2618659

Browse files
committed
ci: remove iPhone SDK targeting
We don't build these in CI any more. Let's remove the cruft.
1 parent 94de081 commit 2618659

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/apple.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,8 @@ jobs:
185185
186186
if [ "${{ matrix.build.target_triple }}" = "aarch64-apple-darwin" ]; then
187187
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
190188
elif [ "${{ matrix.build.target_triple }}" = "x86_64-apple-darwin" ]; then
191189
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
194190
else
195191
echo "unhandled target triple: ${{ matrix.build.target_triple }}"
196192
exit 1

0 commit comments

Comments
 (0)