File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 test :
14- runs-on : macos-latest
14+ runs-on : macos-15
1515
1616 steps :
1717 - uses : actions/checkout@v4
@@ -20,18 +20,21 @@ jobs:
2020 run : |
2121 sudo xcode-select -s /Applications/Xcode_16.2.app
2222 xcodebuild -version
23+
24+ - name : List Available Simulators
25+ run : xcrun simctl list devices
2326
2427 - name : Build and Test
2528 run : |
29+ # Сборка
2630 xcodebuild build \
2731 -scheme "SwiftUI-WorkoutApp" \
28- -destination "platform=iOS Simulator,name=iPhone 16 ,OS=18.2 " \
32+ -destination "platform=iOS Simulator,name=iPhone 15 Pro ,OS=17.5 " \
2933 CODE_SIGNING_ALLOWED=NO
3034
31- # Запуск тестов с тест-планом
35+ # Тесты
3236 xcodebuild test \
3337 -scheme "SwiftUI-WorkoutApp" \
3438 -testPlan "SwiftUI-WorkoutApp" \
35- -destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
36- CODE_SIGNING_ALLOWED=NO \
37- ARCHS=arm64 ONLY_ACTIVE_ARCH=NO
39+ -destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5" \
40+ CODE_SIGNING_ALLOWED=NO
You can’t perform that action at this time.
0 commit comments