Skip to content

Commit 57c28e2

Browse files
AshCrippsAshCripps
authored andcommitted
jenkins: add osx11 to versionselector
1 parent 0af6aa2 commit 57c28e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def buildExclusions = [
108108
[ /^osx1010(?!-release-sources)/, releaseType, allVer ],
109109
[ /^osx1011/, testType, gte(14) ],
110110
[ /^osx1011/, releaseType, allVer ],
111+
[ /^osx11/, testType, lt(15) ],
111112
// osx1015 enabled for all, and builds all releases to support notarization
112113

113114
// FreeBSD -----------------------------------------------

0 commit comments

Comments
 (0)