Skip to content

Commit

Permalink
Try lane without os version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Nov 13, 2023
1 parent 3a6ba31 commit a538c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ platform :ios do

LANE_CONFIGS = [
LaneConfig.new(:test_iOS16_4, "Ably-iOS", ["iPhone 14 (16.4)"]),
LaneConfig.new(:test_iOS17_0, "Ably-iOS", ["iPhone 15 (17.0)"]),
LaneConfig.new(:test_iOS17_0, "Ably-iOS", ["iPhone 15"]),
LaneConfig.new(:test_tvOS16_4, "Ably-tvOS", ["Apple TV 4K (3rd generation) (16.4)"]),
LaneConfig.new(:test_macOS, "Ably-macOS")
]
Expand Down

0 comments on commit a538c1e

Please sign in to comment.