Skip to content

Commit

Permalink
Use iOS 14.0 simulator on server
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Jan 19, 2021
1 parent c6c8f83 commit 85178d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports.iosLocal = {

exports.iosServer = {
...ios,
platformVersion: '13.4', // Supported Sauce Labs platforms can be found here: https://saucelabs.com/rest/v1/info/platforms/appium
platformVersion: '14.0', // Supported Sauce Labs platforms can be found here: https://saucelabs.com/rest/v1/info/platforms/appium
deviceName: 'iPhone 11 Simulator',
};

Expand Down

0 comments on commit 85178d1

Please sign in to comment.