We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d09a8 commit e322eaeCopy full SHA for e322eae
Jenkinsfile
@@ -3,7 +3,7 @@ library 'pipeline-library'
3
def isMaster = env.BRANCH_NAME.equals('master')
4
5
buildModule {
6
- sdkVersion = '9.0.0.v20200127103011'
+ sdkVersion = '9.2.0.v20200911073932' // use a master build with ARM64 sim, and macOS support
7
npmPublish = isMaster // By default it'll do github release on master anyways too
8
- iosLabels = 'osx && xcode-11'
+ iosLabels = 'osx && xcode-12'
9
}
0 commit comments