Skip to content

Commit 050fb97

Browse files
committed
jenkins: osx10.15 release for all versions
1 parent 148e8af commit 050fb97

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ def buildExclusions = [
101101
[ /sharedlibs_shared/, anyType, lt(9) ],
102102

103103
// OSX ---------------------------------------------------
104-
[ /^osx1010/, anyType, gte(11) ],
105-
[ /^osx1011/, releaseType, lt(11) ],
106-
[ /^osx1011/, releaseType, gte(13) ],
104+
[ /^osx1010/, testType, gte(11) ],
105+
[ /^osx1010/, releaseType, allVer ],
107106
[ /^osx1011/, testType, gte(14) ],
108-
[ /^osx1015/, releaseType, lt(13) ],
107+
[ /^osx1011/, releaseType, allVer ],
108+
// osx1015 enabled for all, and builds all releases to support notarization
109109

110110
// FreeBSD -----------------------------------------------
111111
[ /^freebsd10/, anyType, gte(11) ],

0 commit comments

Comments
 (0)