We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd12f6 commit f656fbdCopy full SHA for f656fbd
jenkins/scripts/VersionSelectorScript.groovy
@@ -110,10 +110,11 @@ def buildExclusions = [
110
[ /sharedlibs_shared/, anyType, lt(9) ],
111
112
// OSX ---------------------------------------------------
113
- [ /osx11-release-pkg/, releaseType, lt(16) ],
114
- [ /osx11-release-tar/, releaseType, lt(16) ],
115
- [ /osx1015-release-pkg/, releaseType, gte(16) ],
+ [ /osx11-release-pkg/, releaseType, lt(16) ],
+ [ /osx11-release-tar/, releaseType, lt(16) ],
+ [ /osx1015-release-pkg/, releaseType, gte(16) ],
116
[ /^osx11/, testType, lt(15) ],
117
+ [ /osx1014/, anyType, gt(16) ],
118
119
// osx1015 enabled for all up, and builds all releases to support notarization
120
// osx11 only for 15+ and builds the fat binary
0 commit comments