Skip to content

Commit

Permalink
jenkins: remove macOS 10.x release machines
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Oct 19, 2023
1 parent 68242d7 commit 9af8dde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ def buildExclusions = [
// OSX ---------------------------------------------------
[ /osx1015/, anyType, gte(21) ],
[ /osx11-x64-release-tar/, releaseType, lt(20) ],
[ /osx1015-release-pkg/, releaseType, gte(16) ],
[ /osx1015-release-tar/, releaseType, gte(20) ],

// Source / headers / docs -------------------------------
[ /^centos7-release-sources$/, releaseType, gte(18) ],
Expand Down

0 comments on commit 9af8dde

Please sign in to comment.