Skip to content

Commit c44a301

Browse files
committed
Add iOS device build destination
1 parent d02abb9 commit c44a301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: tvOS Build Tests
2121
run: xcodebuild -scheme abseil build -sdk "appletvsimulator" -destination 'platform=tvOS Simulator,name=Apple TV'
2222
- name: iOS Device Build Tests
23-
run: xcodebuild -scheme abseil build -sdk 'iphoneos'
23+
run: xcodebuild -scheme abseil build -sdk 'iphoneos' -destination 'generic/platform=iOS'

0 commit comments

Comments
 (0)