Skip to content

Commit

Permalink
cpu.rb: add Apple M4
Browse files Browse the repository at this point in the history
  • Loading branch information
kiracus committed Nov 16, 2024
1 parent 41be66f commit c7b49d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/extend/os/mac/hardware/cpu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ def arm_family
:arm_lobos
when 0x72015832 # ARMv8.6-A (M3 Max, Palma)
:arm_palma
when 0x6f5129ac # ARMv9.2-A (M4, Donan)
:arm_donan
else
# When adding new ARM CPU families, please also update
# test/hardware/cpu_spec.rb to include the new families.
Expand Down

0 comments on commit c7b49d5

Please sign in to comment.