Skip to content

Commit 48668e8

Browse files
committed
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 <[email protected]>
1 parent ed29d65 commit 48668e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Device:
7070
"j415ap": Device("13.4", False), # MacBook Air (15-inch, M2, 2023)
7171
"j475cap": Device("13.4", False), # Mac Studio (M2 Max, 2023)
7272
"j475dap": Device("13.4", False), # Mac Studio (M2 Ultra, 2023)
73-
"j180dap": Device("13.4", True), # Mac Pro (M2 Ultra, 2023)
73+
"j180dap": Device("13.4", False), # Mac Pro (M2 Ultra, 2023)
7474
}
7575

7676
IPSW_VERSIONS = [

0 commit comments

Comments
 (0)