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 5, 2020
1 parent 4115a87 commit 37c1a38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ def buildExclusions = [

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

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

0 comments on commit 37c1a38

Please sign in to comment.