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 74b0145 commit f45070bCopy full SHA for f45070b
.github/workflows/swift.yml
@@ -26,17 +26,16 @@ jobs:
26
27
- name: Build App
28
run: |
29
- # Сборка
30
xcodebuild build \
31
-scheme "SwiftUI-WorkoutApp" \
32
- -destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5" \
+ -destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2" \
33
CODE_SIGNING_ALLOWED=NO
34
35
- name: Run Tests
36
37
xcodebuild test \
38
39
-testPlan "SwiftUI-WorkoutApp" \
40
41
CODE_SIGNING_ALLOWED=NO \
42
-verbose
0 commit comments