-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corepack not available on macOS 15 #10905
Comments
Hi @daveisfera We will look into the issue and keep you posted with updates. |
Thanks for the update! I changed it to be a Regression in the initial report, because it's either a regression or a breaking change and either way it should be fixed |
Hi @daveisfera, Please see workflow file which I used:
Please see below snip for the same. |
Why isn't I know that different use case are struggling whether to include yarn/corepack by default ( So I think that this should be fixed to match the behavior of previous macOS versions and project recommendations/defaults, but if it's really not going to be included, then I'd recommend installing it with |
Hi @daveisfera, I run enabling corepack without installing it, its working, I cannot see any error.
|
I just tested and it's working, so it appears that |
Description
With macOS 14 and previous, you can run
corepack enable
to useyarn
as the package manager, but this doesn't work with macOS 15Platforms affected
Runner images affected
Image version and build link
Image: macos-15-arm64
Version: 20241022.250
Is it regression?
Yes (worked with macOS 14)
Expected behavior
Ability to use
yarn
as the package manager is maintainedActual behavior
Repro steps
corepack enable
yarn
without and also failsThe text was updated successfully, but these errors were encountered: