From 4215603daf7e6e1343f081dc4a3435e429d5a170 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 31 May 2024 09:25:21 +0100 Subject: [PATCH] os/mac: fix fetching Linux bottles on macOS Closes #17375. Closes #17376 (as it replaces it). --- Library/Homebrew/os/mac.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index 417b0ebe9b..360fb7c1e5 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -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