Skip to content

Commit

Permalink
jenkins: stop testing 14.x on OSX10.11
Browse files Browse the repository at this point in the history
once nodejs/node#32454 lands it doesnt make
sense to test master on 10.11 anymore with the deployment target set to
10.13

refs: nodejs/node#32454
  • Loading branch information
AshCripps authored and AshCripps committed Mar 25, 2020
1 parent de53872 commit 69a1a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ def buildExclusions = [
// OSX ---------------------------------------------------
[ /^osx1010/, anyType, gte(11) ],
[ /^osx1011/, releaseType, lt(11) ],
[ /^osx1011/, releaseType, gte(13) ],
[ /^osx1011/, releaseType, gte(13) ],
[ /^osx1011/, testType, gte(14) ],
[ /^osx1015/, releaseType, lt(13) ],

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

0 comments on commit 69a1a75

Please sign in to comment.