Skip to content

Commit e322eae

Browse files
committed
ci(jenkins): use latest master sdk to build, xcode 12
1 parent e3d09a8 commit e322eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library 'pipeline-library'
33
def isMaster = env.BRANCH_NAME.equals('master')
44

55
buildModule {
6-
sdkVersion = '9.0.0.v20200127103011'
6+
sdkVersion = '9.2.0.v20200911073932' // use a master build with ARM64 sim, and macOS support
77
npmPublish = isMaster // By default it'll do github release on master anyways too
8-
iosLabels = 'osx && xcode-11'
8+
iosLabels = 'osx && xcode-12'
99
}

0 commit comments

Comments
 (0)