Skip to content

Commit

Permalink
jenkins: osx10.15
Browse files Browse the repository at this point in the history
PR-URL: #2199
  • Loading branch information
rvagg committed Mar 13, 2020
1 parent e8ecb14 commit 0c23255
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ def buildExclusions = [
// OSX ---------------------------------------------------
[ /^osx1010/, anyType, gte(11) ],
[ /^osx1011/, releaseType, lt(11) ],

[ /^osx1011/, releaseType, gte(14) ],
[ /^osx1015/, releaseType, lt(14) ],

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

Expand Down

0 comments on commit 0c23255

Please sign in to comment.