Skip to content

Commit 4c09fe3

Browse files
Update tests.sh
1 parent b9c8c1f commit 4c09fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export LC_CTYPE=en_US.UTF-8
1616
set -o pipefail && arch -"${ARCH}" xcodebuild \
1717
-scheme CodeEditTextView \
1818
-derivedDataPath ".build" \
19-
-destination "platform=macos,arch=${ARCH}" \
19+
-destination "platform=macOS,arch=${ARCH},name=My Mac" \
2020
-skipPackagePluginValidation \
2121
clean test | xcpretty

0 commit comments

Comments
 (0)