Skip to content

Commit 262342f

Browse files
committed
ci: build x86_64-apple-ios with proper SDK
1 parent 737ab87 commit 262342f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
elif [ "${{ matrix.triple }}" = "x86_64-apple-darwin" ]; then
195195
export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
196196
elif [ "${{ matrix.triple }}" = "x86_64-apple-ios" ]; then
197-
export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk
197+
export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
198198
else
199199
echo "unhandled target triple: ${{ matrix.triple }}"
200200
exit 1

0 commit comments

Comments
 (0)