Skip to content

Commit

Permalink
stop testing on osx1014 on 17.x+
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Cripps committed Oct 6, 2021
1 parent ccd12f6 commit f656fbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ def buildExclusions = [
[ /sharedlibs_shared/, anyType, lt(9) ],

// OSX ---------------------------------------------------
[ /osx11-release-pkg/, releaseType, lt(16) ],
[ /osx11-release-tar/, releaseType, lt(16) ],
[ /osx1015-release-pkg/, releaseType, gte(16) ],
[ /osx11-release-pkg/, releaseType, lt(16) ],
[ /osx11-release-tar/, releaseType, lt(16) ],
[ /osx1015-release-pkg/, releaseType, gte(16) ],
[ /^osx11/, testType, lt(15) ],
[ /osx1014/, anyType, gt(16) ],

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

0 comments on commit f656fbd

Please sign in to comment.