Skip to content

Commit 591a336

Browse files
author
Ash Cripps
authored
jenkins: fix bug in version selector (#2785)
1 parent ffdc226 commit 591a336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def buildExclusions = [
115115
[ /osx11-release-tar/, releaseType, lt(16) ],
116116
[ /osx1015-release-pkg/, releaseType, gte(16) ],
117117
[ /^osx11/, testType, lt(15) ],
118-
[ /osx1014/, anyType, gt(16) ],
118+
[ /osx1014/, anyType, gte(17) ],
119119

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

0 commit comments

Comments
 (0)