Skip to content

Commit

Permalink
[ios, ci] Use iOS 17.4 to run tests (#6911)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed May 2, 2024
1 parent 60e2226 commit 8fdac96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ platform :ios do
lane :test do
# Create tutanota-3/build if it's not there because we try to copy it during build
sh "mkdir -p ../../build"
sh "if xcrun simctl list | grep iphone-15-ios-17-2; then echo 'Using existing simulator'; else xcrun simctl create iphone-15-ios-17-2 com.apple.CoreSimulator.SimDeviceType.iPhone-15 com.apple.CoreSimulator.SimRuntime.iOS-17-2; fi"
sh "if xcrun simctl list | grep iphone-15-ios-17-4; then echo 'Using existing simulator'; else xcrun simctl create iphone-15-ios-17-4 com.apple.CoreSimulator.SimDeviceType.iPhone-15 com.apple.CoreSimulator.SimRuntime.iOS-17-4; fi"

clear_derived_data

run_tests(
scheme: "tuta debug",
devices: ["iphone-15-ios-17-2"]
devices: ["iphone-15-ios-17-4"]
)
end

Expand Down

0 comments on commit 8fdac96

Please sign in to comment.