Skip to content

Commit baafbc5

Browse files
authored
jenkins: skip osx1015 from Node.js 21 (#3452)
Refs: nodejs/node#49164
1 parent be41008 commit baafbc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def buildExclusions = [
7070
[ /sharedlibs_fips20/, anyType, gte(16) ],
7171

7272
// OSX ---------------------------------------------------
73+
[ /osx1015/, anyType, gte(21) ],
7374
[ /osx11-x64-release-tar/, releaseType, lt(20) ],
7475
[ /osx1015-release-pkg/, releaseType, gte(16) ],
7576
[ /osx1015-release-tar/, releaseType, gte(20) ],

0 commit comments

Comments
 (0)