Skip to content

Conversation

@dsiher
Copy link
Contributor

@dsiher dsiher commented Oct 7, 2025

Similar to previous recent fixes, the new patch version of Tahoe broke the macos_version regex pattern. This commit fixes that, however I did notice that it would (correctly) output 26.0.1 which would not match the current Command Line Tools version of 26.0-26.0, and so would return no suggested Command Line Tool version in the platform_specific function (incorrectly?).

So might need to also address that logic in this PR before completion, but will defer to reviewers.

@dsiher
Copy link
Contributor Author

dsiher commented Oct 13, 2025

Upon a deeper look at the logic, it looks like we automatically install the latest commandline tools available if we don't find a specific one related to the os version number. What was happening here is that finding the os version was failing so that subsequent step wasn't being hit.

Completing this PR should fix that and continue installing the latest commandline tools (not sure why we have the platform specific check at all but not going to address that in this PR yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants