From 5f71acf5ce7507c4cb7482781af26fb33ef138c9 Mon Sep 17 00:00:00 2001 From: CMK Date: Sun, 9 Oct 2022 20:30:10 +0800 Subject: [PATCH] chore: set CI build device --- .github/scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/build.sh b/.github/scripts/build.sh index 3c570b1af..d4fc4acc7 100755 --- a/.github/scripts/build.sh +++ b/.github/scripts/build.sh @@ -7,5 +7,6 @@ set -eo pipefail xcodebuild -workspace Mastodon.xcworkspace \ -scheme Mastodon \ + -destination "platform=iOS Simulator,name=iPhone SE (2nd generation)" \ clean \ build | xcpretty