Merge pull request #10153 from fxcoudert/revertcpu

Partial revert of #10092
This commit is contained in:
FX Coudert 2020-12-26 20:44:22 +01:00 committed by GitHub
commit bcbf5857da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,6 @@ module Hardware
def self.oldest_cpu(version = MacOS.version) def self.oldest_cpu(version = MacOS.version)
if CPU.arch == :arm64 if CPU.arch == :arm64
:arm_vortex_tempest :arm_vortex_tempest
elsif version >= :big_sur
:ivybridge
elsif version >= :mojave elsif version >= :mojave
:nehalem :nehalem
else else