Skip to content

Commit

Permalink
jenkins: osx10.15 release for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 30, 2020
1 parent a9408eb commit 7961973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins/scripts/VersionSelectorScript.groovy
Expand Up @@ -101,11 +101,11 @@ def buildExclusions = [
[ /sharedlibs_shared/, anyType, lt(9) ],

// OSX ---------------------------------------------------
[ /^osx1010/, anyType, gte(11) ],
[ /^osx1011/, releaseType, lt(11) ],
[ /^osx1011/, releaseType, gte(13) ],
[ /^osx1010/, testType, gte(11) ],
[ /^osx1010/, releaseType, noVer ],
[ /^osx1011/, testType, gte(14) ],
[ /^osx1015/, releaseType, lt(13) ],
[ /^osx1011/, releaseType, noVer ],
[ /^osx1015/, releaseType, allVer ],

// FreeBSD -----------------------------------------------
[ /^freebsd10/, anyType, gte(11) ],
Expand Down

0 comments on commit 7961973

Please sign in to comment.