From ac78c5d278553138b37e1868e9e6cbc92bbaa393 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 17 Mar 2026 19:36:52 +0100 Subject: [PATCH] main: Flip on Mac Pro (M2 Ultra) The Mac Pro is supported since a while but the Fedora 42 were too old. Switch it on now in preparation for Fedora Asahi Remix 43. Signed-off-by: Janne Grunau --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index d6760a4..a2c1407 100644 --- a/src/main.py +++ b/src/main.py @@ -70,7 +70,7 @@ class Device: "j415ap": Device("13.4", False), # MacBook Air (15-inch, M2, 2023) "j475cap": Device("13.4", False), # Mac Studio (M2 Max, 2023) "j475dap": Device("13.4", False), # Mac Studio (M2 Ultra, 2023) - "j180dap": Device("13.4", True), # Mac Pro (M2 Ultra, 2023) + "j180dap": Device("13.4", False), # Mac Pro (M2 Ultra, 2023) } IPSW_VERSIONS = [