diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb index 24a2920856104..9fc366a8bfd1b 100644 --- a/Library/Homebrew/extend/os/mac/diagnostic.rb +++ b/Library/Homebrew/extend/os/mac/diagnostic.rb @@ -130,6 +130,7 @@ def check_for_unsupported_macos def check_for_opencore return if ::Hardware::CPU.physical_cpu_arm64? + return if ENV["CI"] # https://dortania.github.io/OpenCore-Legacy-Patcher/UPDATE.html#checking-oclp-and-opencore-versions begin @@ -141,7 +142,7 @@ def check_for_opencore end <<~EOS - You have installed macOS using OpenCore Legacy Patcher, version #{opencore_version}. + You have installed macOS using OpenCore Legacy Patcher. We do not provide support for this configuration. #{please_create_pull_requests} EOS