From 591a33658eaabd020fcac1a1a2699a58d0ef3ac2 Mon Sep 17 00:00:00 2001 From: Ash Cripps Date: Thu, 7 Oct 2021 15:48:00 +0100 Subject: [PATCH] jenkins: fix bug in version selector (#2785) --- jenkins/scripts/VersionSelectorScript.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/scripts/VersionSelectorScript.groovy b/jenkins/scripts/VersionSelectorScript.groovy index eb87ceab3..49043d680 100644 --- a/jenkins/scripts/VersionSelectorScript.groovy +++ b/jenkins/scripts/VersionSelectorScript.groovy @@ -115,7 +115,7 @@ def buildExclusions = [ [ /osx11-release-tar/, releaseType, lt(16) ], [ /osx1015-release-pkg/, releaseType, gte(16) ], [ /^osx11/, testType, lt(15) ], - [ /osx1014/, anyType, gt(16) ], + [ /osx1014/, anyType, gte(17) ], // osx1015 enabled for all up, and builds all releases to support notarization // osx11 only for 15+ and builds the fat binary