Skip to content

Commit 90d310b

Browse files
authored
Update swift.yml
1 parent ea47778 commit 90d310b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
run: |
2626
xcodebuild build \
2727
-scheme "SwiftUI-WorkoutApp" \
28-
-destination "platform=iOS Simulator,OS=latest" \
28+
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
2929
CODE_SIGNING_ALLOWED=NO
3030
3131
# Запуск тестов с тест-планом
3232
xcodebuild test \
3333
-scheme "SwiftUI-WorkoutApp" \
3434
-testPlan "SwiftUI-WorkoutApp" \
35-
-destination "platform=iOS Simulator,OS=latest" \
35+
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
3636
CODE_SIGNING_ALLOWED=NO \
3737
ARCHS=arm64 ONLY_ACTIVE_ARCH=NO

0 commit comments

Comments
 (0)