Skip to content

Commit 9402c6f

Browse files
authored
ci: upgrade xcode and macos (appium#556)
* ci: upgrade xcode ver and macos * Upgrade iOS ver for functional tests * Changed xcode to 11.6
1 parent 17af195 commit 9402c6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci-jobs/functional_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
parameters:
2-
vmImage: 'macOS-10.14'
2+
vmImage: 'macOS-10.15'
33
pytestOpt: '--doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html'
44
androidSdkVer: 27
5-
xcodeForIOS: 11.3
5+
xcodeForIOS: 11.6
66
CI: true
77

88
jobs:

test/functional/ios/helper/desired_capabilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_desired_capabilities(app: Optional[str] = None) -> Dict[str, Any]:
2929
desired_caps: Dict[str, Any] = {
3030
'deviceName': iphone_device_name(),
3131
'platformName': 'iOS',
32-
'platformVersion': '13.3',
32+
'platformVersion': '13.6',
3333
'automationName': 'XCUITest',
3434
'allowTouchIdEnroll': True,
3535
'wdaLocalPort': wda_port(),

0 commit comments

Comments
 (0)