Skip to content

Conversation

philclifford
Copy link
Contributor

Description

Add support for newly-released macOS 26 tahoe

Type of change

  • New feature (non-breaking change which adds functionality)
  • Documentation (updates the documentation)

Checklist:

  • I have performed a self-review of my code
  • I have tested my code in common scenarios and confirmed there are no regressions
  • I have added comments to my code, particularly in hard-to-understand sections
  • I have made corresponding changes to the documentation

@philclifford
Copy link
Contributor Author

philclifford commented Sep 18, 2025

@philclifford philclifford added the help wanted Extra attention is needed label Sep 18, 2025
# A CPU with invtsc is required for macOS to boot
case ${macos_release} in
ventura|sonoma|sequoia)
ventura|sonoma|sequoia|tahoe)
Copy link
Contributor Author

@philclifford philclifford Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there additional restrictions or requirements for tahoe ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: MacOS Tahoe
1 participant