Skip to content

Commit f45070b

Browse files
authored
Update swift.yml (#269)
Заменил симулятор и версию iOS на актуальные
1 parent 74b0145 commit f45070b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,16 @@ jobs:
2626

2727
- name: Build App
2828
run: |
29-
# Сборка
3029
xcodebuild build \
3130
-scheme "SwiftUI-WorkoutApp" \
32-
-destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5" \
31+
-destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2" \
3332
CODE_SIGNING_ALLOWED=NO
3433
3534
- name: Run Tests
3635
run: |
3736
xcodebuild test \
3837
-scheme "SwiftUI-WorkoutApp" \
3938
-testPlan "SwiftUI-WorkoutApp" \
40-
-destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5" \
39+
-destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2" \
4140
CODE_SIGNING_ALLOWED=NO \
4241
-verbose

0 commit comments

Comments
 (0)