Skip to content

Commit

Permalink
macos_installer_handler.py: Fix default OS
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed May 3, 2023
1 parent d551df3 commit 2f49a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/macos_installer_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class RemoteInstallerCatalog:
Parses Apple's Software Update catalog and finds all macOS installers.
"""

def __init__(self, seed_override: SeedType = SeedType.PublicRelease, os_override: int = os_data.os_data.big_sur) -> None:
def __init__(self, seed_override: SeedType = SeedType.PublicRelease, os_override: int = os_data.os_data.ventura) -> None:

self.catalog_url: str = self._construct_catalog_url(seed_override, os_override)

Expand Down

0 comments on commit 2f49a36

Please sign in to comment.