Skip to content

Commit 94f16d8

Browse files
authored
ci: bump to Xcode 11.4 and iOS 13.4 (#257)
1 parent 53b7191 commit 94f16d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci-jobs/functional_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
parameters:
33
vmImage: 'macOS-10.15'
44
vmImageForIOS: 'macOS-10.15' # Not sure the reason, but macOS 10.14 instance raises no info.plist error
5-
xcodeForIOS: 11.3
6-
xcodeForTVOS: 11.3
5+
xcodeForIOS: 11.4
6+
xcodeForTVOS: 11.4
77
androidSDK: 29
88
appiumVersion: 'beta'
99
ignoreVersionSkip: true

test/test_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def self.windows
103103

104104
# Require a simulator which OS version is 11.4, for example.
105105
def ios(platform_name = :ios)
106-
platform_version = '13.3'
106+
platform_version = '13.4'
107107
wda_port = wda_local_port
108108

109109
real_device = ENV['REAL'] ? true : false

0 commit comments

Comments
 (0)