Skip to content

Commit 0c23255

Browse files
committed
jenkins: osx10.15
PR-URL: #2199
1 parent e8ecb14 commit 0c23255

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ def buildExclusions = [
103103
// OSX ---------------------------------------------------
104104
[ /^osx1010/, anyType, gte(11) ],
105105
[ /^osx1011/, releaseType, lt(11) ],
106-
106+
[ /^osx1011/, releaseType, gte(14) ],
107+
[ /^osx1015/, releaseType, lt(14) ],
108+
107109
// FreeBSD -----------------------------------------------
108110
[ /^freebsd10/, anyType, gte(11) ],
109111

0 commit comments

Comments
 (0)