Skip to content

Commit

Permalink
fixup! jenkins: osx10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 3, 2020
1 parent fdb9b7a commit d300656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def buildExclusions = [
// OSX ---------------------------------------------------
[ /^osx1010/, anyType, gte(11) ],
[ /^osx1011/, releaseType, lt(11) ],
[ /^osx1011/, releaseType, gte(14) ],
[ /^osx1015/, releaseType, lt(14) ],

// FreeBSD -----------------------------------------------
Expand Down

0 comments on commit d300656

Please sign in to comment.