We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea47778 commit 90d310bCopy full SHA for 90d310b
.github/workflows/swift.yml
@@ -25,13 +25,13 @@ jobs:
25
run: |
26
xcodebuild build \
27
-scheme "SwiftUI-WorkoutApp" \
28
- -destination "platform=iOS Simulator,OS=latest" \
+ -destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
29
CODE_SIGNING_ALLOWED=NO
30
31
# Запуск тестов с тест-планом
32
xcodebuild test \
33
34
-testPlan "SwiftUI-WorkoutApp" \
35
36
CODE_SIGNING_ALLOWED=NO \
37
ARCHS=arm64 ONLY_ACTIVE_ARCH=NO
0 commit comments