Skip to content

Commit e778b2e

Browse files
AshCrippsAshCripps
AshCripps
authored and
AshCripps
committed
ansible: stoping testing 14.x on OSX10.11
once nodejs/node#32454 lands it doesnt make sense to test master on 10.11 anymore with the deployment target set to 10.13
1 parent de53872 commit e778b2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ def buildExclusions = [
103103
// OSX ---------------------------------------------------
104104
[ /^osx1010/, anyType, gte(11) ],
105105
[ /^osx1011/, releaseType, lt(11) ],
106-
[ /^osx1011/, releaseType, gte(13) ],
106+
[ /^osx1011/, releaseType, gte(13) ],
107+
[ /^osx1011/, anyType, gte(14) ],
107108
[ /^osx1015/, releaseType, lt(13) ],
108109

109110
// FreeBSD -----------------------------------------------

0 commit comments

Comments
 (0)