Skip to content

Commit 078387c

Browse files
Revert "ci: Run Cocoapods integration test on iOS 18.5 (getsentry#5776)"
This reverts commit cd1b465.
1 parent da620b1 commit 078387c

File tree

1 file changed

+2
-4
lines changed
  • Samples/iOS-Cocoapods-Swift6/fastlane

1 file changed

+2
-4
lines changed

Samples/iOS-Cocoapods-Swift6/fastlane/Fastfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ platform :ios do
88
run_tests(
99
workspace: "iOS-Cocoapods-Swift6.xcworkspace",
1010
scheme: "App",
11-
build_for_testing: true,
12-
destination: "platform=iOS Simulator,name=iPhone 16,OS=18.5"
11+
build_for_testing: true
1312
)
1413
run_tests(
1514
workspace: "iOS-Cocoapods-Swift6.xcworkspace",
1615
scheme: "App",
1716
test_without_building: true,
1817
result_bundle: true,
19-
result_bundle_path: "fastlane/test_results/results.xcresult",
20-
destination: "platform=iOS Simulator,name=iPhone 16,OS=18.5"
18+
result_bundle_path: "fastlane/test_results/results.xcresult"
2119
)
2220
end
2321
end

0 commit comments

Comments
 (0)