Skip to content

Commit

Permalink
jenkins: remove macOS 10.x release machines (#3531)
Browse files Browse the repository at this point in the history
* jenkins: remove macOS 10.x release machines

related: #3385 (comment)

* jenkins: improved version selector for macOS notarization

* jenkins: removed macOS restrictions

* jenkins: add restriction for MacOS 10 in Node21
  • Loading branch information
UlisesGascon committed Oct 26, 2023
1 parent 901c324 commit 2c6e953
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,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 2c6e953

Please sign in to comment.