Skip to content

Commit ac25b8a

Browse files
authored
Update swift.yml
1 parent ff9ea5f commit ac25b8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Show Xcode version
1717
run: xcodebuild -version
1818
- name: Show Xcode SDKs
19-
run: xcrun xctrace list devices
19+
run: xcodebuild -showsdks
2020
- name: Build
21-
run: xcodebuild -scheme "FilestackSDK" -destination "platform=iOS Simulator,name=iPhone 12 Pro Max,OS=14.5" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES clean build build-for-testing | xcpretty;
21+
run: xcodebuild -scheme "FilestackSDK" -destination "platform=iOS Simulator,name=iPhone 12 Pro Max" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES clean build build-for-testing | xcpretty;
2222
- name: Run tests
23-
run: xcodebuild -scheme "FilestackSDK" -destination "platform=iOS Simulator,name=iPhone 12 Pro Max,OS=14.5" -configuration Debug test-without-building | xcpretty;
23+
run: xcodebuild -scheme "FilestackSDK" -destination "platform=iOS Simulator,name=iPhone 12 Pro Max" -configuration Debug test-without-building | xcpretty;

0 commit comments

Comments
 (0)