mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Default to running on all runners
This commit is contained in:
@@ -36,11 +36,14 @@ module CiMatrix
|
||||
end
|
||||
|
||||
# Filter
|
||||
RUNNERS.select do |runner, _|
|
||||
filtered_runners = RUNNERS.select do |runner, _|
|
||||
required_macos[:versions].any? do |v|
|
||||
MacOS::Version.from_symbol(runner[:symbol]).public_send(required_macos[:comparator], v)
|
||||
end
|
||||
end
|
||||
return filtered_runners unless filtered_runners.empty?
|
||||
|
||||
RUNNERS
|
||||
end
|
||||
|
||||
def self.random_runner(avalible_runners = RUNNERS)
|
||||
|
||||
Reference in New Issue
Block a user