Skip to content

Commit

Permalink
ci(jenkins): use latest master sdk to build, xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Sep 14, 2020
1 parent e3d09a8 commit e322eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library 'pipeline-library'
def isMaster = env.BRANCH_NAME.equals('master')

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

0 comments on commit e322eae

Please sign in to comment.