Skip to content

Commit

Permalink
ci(jenkins): use SDK with minimum ios 11
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway authored and sgtcoolguy committed Feb 18, 2021
1 parent 338daf5 commit dc61b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -4,7 +4,7 @@ library 'pipeline-library'
def isMaster = env.BRANCH_NAME.equals('master')

buildModule {
sdkVersion = '9.3.2.GA'
sdkVersion = '10.0.0.v20210208133325' // 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-12'
}

0 comments on commit dc61b23

Please sign in to comment.