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 11, 2020
1 parent 0b4f8cf commit 915fe4a
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 @@ -4,7 +4,7 @@ library 'pipeline-library'
def isMaster = env.BRANCH_NAME.equals('master')

buildModule {
sdkVersion = '9.0.0.v20200207060625' // use a master build with ARM64 support
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 915fe4a

Please sign in to comment.