Skip to content

Commit 8e1ea3a

Browse files
AshCrippsAshCripps
authored andcommitted
fixup! ansible: stop testing 14.x on OSX10.11
1 parent 05e949e commit 8e1ea3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def buildExclusions = [
104104
[ /^osx1010/, anyType, gte(11) ],
105105
[ /^osx1011/, releaseType, lt(11) ],
106106
[ /^osx1011/, releaseType, gte(13) ],
107-
[ /^osx1011/, anyType, gte(14) ],
107+
[ /^osx1011/, testType, gte(14) ],
108108
[ /^osx1015/, releaseType, lt(13) ],
109109

110110
// FreeBSD -----------------------------------------------

0 commit comments

Comments
 (0)