Skip to content

Commit

Permalink
macosx: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Aug 1, 2024
1 parent a2bba48 commit 649d60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS/UXTU4Unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_codename():
family = 'HawkPoint'
elif cpu_family == 26:
architecture = 'Zen 5 - Zen 6'
if cpu_model == 32:
if cpu_model in {32, 36}:
family = 'StrixPoint'
else:
family = 'GraniteRidge'
Expand Down

0 comments on commit 649d60b

Please sign in to comment.