Skip to content

Commit

Permalink
jenkins: skip osx1015 from Node.js 21
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Aug 25, 2023
1 parent ae3165a commit 414223c
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 414223c

Please sign in to comment.