Skip to content

Commit 07f0243

Browse files
committed
Bump min macos to 13.5
This will make sure all normal users get 13.5 stubs going forward. Signed-off-by: Hector Martin <[email protected]>
1 parent 41edadf commit 07f0243

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
@@ -18,7 +18,7 @@
1818
# 2.5GB stub + 5GB OS + 0.5GB EFI = 8GB, round up to 10GB
1919
MIN_INSTALL_FREE = psize("10GB")
2020

21-
MIN_MACOS_VERSION = "12.3"
21+
MIN_MACOS_VERSION = "13.5"
2222
MIN_MACOS_VERSION_EXPERT = "12.3"
2323

2424
@dataclass

0 commit comments

Comments
 (0)