Skip to content

Commit

Permalink
jenkins: skip osx1015 from Node.js 21 (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Sep 5, 2023
1 parent be41008 commit baafbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def buildExclusions = [
[ /sharedlibs_fips20/, anyType, gte(16) ],

// OSX ---------------------------------------------------
[ /osx1015/, anyType, gte(21) ],
[ /osx11-x64-release-tar/, releaseType, lt(20) ],
[ /osx1015-release-pkg/, releaseType, gte(16) ],
[ /osx1015-release-tar/, releaseType, gte(20) ],
Expand Down

0 comments on commit baafbc5

Please sign in to comment.