Skip to content

Commit

Permalink
Revert "ci(jenkins): use sdk with minimum ios 11 to build"
Browse files Browse the repository at this point in the history
This reverts commit 07a419b.
  • Loading branch information
sgtcoolguy committed Feb 18, 2021
1 parent 07a419b commit a59666d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -3,7 +3,7 @@ library 'pipeline-library'
def isMaster = env.BRANCH_NAME.equals('master')

buildModule {
sdkVersion = '10.0.0.v20210208133325' // use a master build with ARM64 sim, and macOS support
sdkVersion = '9.3.2.GA' // 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 a59666d

Please sign in to comment.