Skip to content

Commit f420731

Browse files
committed
jenkins: skip smartos22 for Node.js >=26
Refs: nodejs/node#61898 (comment)
1 parent 522b933 commit f420731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def buildExclusions = [
6868
[ /^aix72-power9/, releaseType, lt(26) ], // Build releases on Power 9 for >=26
6969

7070
// SmartOS -----------------------------------------------
71-
[ /^smartos18/, anyType, gte(18) ],
71+
[ /^smartos22/, anyType, gte(26) ],
7272

7373
// FreeBSD -----------------------------------------------
7474
[ /^freebsd12/, anyType, gte(22) ],

0 commit comments

Comments
 (0)