Skip to content

Commit

Permalink
jenkins: osx10.15 release for 13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 4, 2020
1 parent 9428336 commit 22076b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def buildExclusions = [
// OSX ---------------------------------------------------
[ /^osx1010/, anyType, gte(11) ],
[ /^osx1011/, releaseType, lt(11) ],
[ /^osx1011/, releaseType, gte(14) ],
[ /^osx1015/, releaseType, lt(14) ],
[ /^osx1011/, releaseType, gte(13) ],
[ /^osx1015/, releaseType, lt(13) ],

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

0 comments on commit 22076b5

Please sign in to comment.