Skip to content

Commit ccf8a75

Browse files
Update codeql.yml
fixed the iOS simulator device
1 parent a1ecb65 commit ccf8a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
xcodebuild -project swift_sample.xcodeproj \
107107
-scheme swift_sample \
108108
-sdk iphonesimulator \
109-
-destination 'platform=iOS Simulator,name=Any iOS Device' \
109+
-destination "platform=iOS Simulator,name=Any iOS Simulator Device" \
110110
clean build \
111111
CODE_SIGN_IDENTITY="" \
112112
CODE_SIGNING_REQUIRED=NO \

0 commit comments

Comments
 (0)