From 46389dee249f1b2d8918fef6161a2ad3bd340ea5 Mon Sep 17 00:00:00 2001 From: Kiracus Date: Sat, 16 Nov 2024 09:29:08 -0800 Subject: [PATCH] cpu_spec.rb: add Apple M4 --- Library/Homebrew/test/hardware/cpu_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/test/hardware/cpu_spec.rb b/Library/Homebrew/test/hardware/cpu_spec.rb index 093b579eef..8786d4bc95 100644 --- a/Library/Homebrew/test/hardware/cpu_spec.rb +++ b/Library/Homebrew/test/hardware/cpu_spec.rb @@ -29,6 +29,7 @@ RSpec.describe Hardware::CPU do :amd_k12, :arm, :arm_blizzard_avalanche, + :arm_donan, :arm_firestorm_icestorm, :arm_hurricane_zephyr, :arm_ibiza,