Skip to content

Commit cd1b465

Browse files
authored
ci: Run Cocoapods integration test on iOS 18.5 (#5776)
1 parent 4c719e2 commit cd1b465

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

Samples/iOS-Cocoapods-Swift6/fastlane/Fastfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ platform :ios do
88
run_tests(
99
workspace: "iOS-Cocoapods-Swift6.xcworkspace",
1010
scheme: "App",
11-
build_for_testing: true
11+
build_for_testing: true,
12+
destination: "platform=iOS Simulator,name=iPhone 16,OS=18.5"
1213
)
1314
run_tests(
1415
workspace: "iOS-Cocoapods-Swift6.xcworkspace",
1516
scheme: "App",
1617
test_without_building: true,
1718
result_bundle: true,
18-
result_bundle_path: "fastlane/test_results/results.xcresult"
19+
result_bundle_path: "fastlane/test_results/results.xcresult",
20+
destination: "platform=iOS Simulator,name=iPhone 16,OS=18.5"
1921
)
2022
end
2123
end

0 commit comments

Comments
 (0)