Skip to content

Commit 18f4a33

Browse files
authored
macos: drop x64 macOS tarball from release matrix (#4470)
Refs: #4317 Refs: nodejs/node#65427
1 parent 7f4ee86 commit 18f4a33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def buildExclusions = [
6565
// macOS -------------------------------------------------
6666
[ /^osx13/, anyType, gte(25) ],
6767
[ /^macos15/, anyType, lt(25) ],
68+
[ /^macos\d+-x64/, releaseType, gte(27) ],
6869

6970
// -------------------------------------------------------
7071
]

0 commit comments

Comments
 (0)