Skip to content

Commit

Permalink
jenkins: fix bug in version selector (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Cripps committed Oct 7, 2021
1 parent ffdc226 commit 591a336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Expand Up @@ -115,7 +115,7 @@ def buildExclusions = [
[ /osx11-release-tar/, releaseType, lt(16) ],
[ /osx1015-release-pkg/, releaseType, gte(16) ],
[ /^osx11/, testType, lt(15) ],
[ /osx1014/, anyType, gt(16) ],
[ /osx1014/, anyType, gte(17) ],

// osx1015 enabled for all up, and builds all releases to support notarization
// osx11 only for 15+ and builds the fat binary
Expand Down

0 comments on commit 591a336

Please sign in to comment.