Skip to content

Commit c6d1bc9

Browse files
authored
jenkins: run on macOS 15 from Node.js 25 (#4154)
Refs: #4083
1 parent 27ec8a2 commit c6d1bc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ def buildExclusions = [
7575
[ /sharedlibs_openssl35/, anyType, lt(24) ], // Temporary until test fixes are backported
7676
[ /sharedlibs_fips20/, anyType, gte(18) ],
7777

78-
// OSX ---------------------------------------------------
79-
[ /osx1015/, anyType, gte(21) ],
78+
// macOS -------------------------------------------------
79+
[ /^osx13/, anyType, gte(25) ],
80+
[ /^macos15/, anyType, lt(25) ],
8081

8182
// Source / headers / docs -------------------------------
8283
[ /^rhel8-release-sources$/, releaseType, lt(18) ],

0 commit comments

Comments
 (0)