Merge pull request #17396 from Homebrew/fetch_linux_bottles_macos
os/mac: fix fetching Linux bottles on macOS
This commit is contained in:
commit
61e398cd05
@ -26,7 +26,6 @@ module OS
|
||||
# @api internal
|
||||
sig { returns(MacOSVersion) }
|
||||
def self.version
|
||||
odisabled "`MacOS.version` on Linux" if Homebrew::SimulateSystem.simulating_or_running_on_linux?
|
||||
@version ||= full_version.strip_patch
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user