Skip to content

Commit

Permalink
fixup! ansible: stop testing 14.x on OSX10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCripps authored and AshCripps committed Mar 25, 2020
1 parent 05e949e commit 8e1ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def buildExclusions = [
[ /^osx1010/, anyType, gte(11) ],
[ /^osx1011/, releaseType, lt(11) ],
[ /^osx1011/, releaseType, gte(13) ],
[ /^osx1011/, anyType, gte(14) ],
[ /^osx1011/, testType, gte(14) ],
[ /^osx1015/, releaseType, lt(13) ],

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

0 comments on commit 8e1ea3a

Please sign in to comment.