Skip to content

Commit f656fbd

Browse files
author
Ash Cripps
committed
stop testing on osx1014 on 17.x+
1 parent ccd12f6 commit f656fbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@ def buildExclusions = [
110110
[ /sharedlibs_shared/, anyType, lt(9) ],
111111

112112
// OSX ---------------------------------------------------
113-
[ /osx11-release-pkg/, releaseType, lt(16) ],
114-
[ /osx11-release-tar/, releaseType, lt(16) ],
115-
[ /osx1015-release-pkg/, releaseType, gte(16) ],
113+
[ /osx11-release-pkg/, releaseType, lt(16) ],
114+
[ /osx11-release-tar/, releaseType, lt(16) ],
115+
[ /osx1015-release-pkg/, releaseType, gte(16) ],
116116
[ /^osx11/, testType, lt(15) ],
117+
[ /osx1014/, anyType, gt(16) ],
117118

118119
// osx1015 enabled for all up, and builds all releases to support notarization
119120
// osx11 only for 15+ and builds the fat binary

0 commit comments

Comments
 (0)