-
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
macOS 11.0 pools will be transited to private preview. #2486
Comments
The docs still mention https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on |
Hi @tomhamming, |
Can't run on macOS 11 due to actions/runner-images#2486
Would this have anything to do with my macos builds always hanging now? |
Hi @rwwagner90, |
@AlenaSviridenko thanks, hope things improve soon! I wasted a lot of hours yesterday trying to debug this, but I think it was just the Mac images not working. |
Thanks for the info, @noisypigeon. I transitioned to using a couple of Mac minis in our office with self-hosted runners back when this preview started. The performance issues were too much for my team to keep working, so we worked around it. Good to know that MacStadium is doing free for OSS! |
There doesn't seem to be a free tier... https://www.macstadium.com/pricing |
@tonyarnold yeahhhh, infra is not fun to maintain haha. Big part of my current role so I tolerate it in my personal projects. 🙈 @CamJN You have to apply but from what I heard most people get approved: https://www.macstadium.com/opensource. |
We are happy to announce that macOS-11 is out of preview and now generally available for all the GitHub customers 🥳 |
@miketimofeev does it mean is for AppCenter too? Are we getting Xcode 12.5? |
Maybe case sensitive? I believe the OS tags are supposed to be all lower case? |
@Cheesebaron all the discussions about Azure Pipelines are here #2072 |
I'm going to close this issue as the blog post is published https://github.blog/changelog/2021-08-16-github-actions-macos-11-big-sur-is-generally-available-on-github-hosted-runners/ and the Readme on the main page is updated as well: |
FWIW we need to update our workflows from
to
to get around the error
|
@abitmore sorry for the inconvenience, we should have announced it. |
@miketimofeev maybe this should go on a separate thread, but can you clarify why you took this decision to go |
@andreineculau , We provide the single macOS 11 image ( Initially,
Sorry for inconvenience, As for the Xcode version vs macOS version, we don't provide the separate image for every Xcode so it won't work for us. |
@maxim-lobanov Thanks for the clear explanation and confirmation that you'll keep macos-11.0 for backward compatibility! |
Recent examples: - https://github.com/puma/puma/runs/1826040463?check_suite_focus=true - https://github.com/puma/puma/runs/1825682787?check_suite_focus=true - https://github.com/puma/puma/runs/1825683423?check_suite_focus=true - https://github.com/puma/puma/runs/1825636952?check_suite_focus=true - https://github.com/puma/puma/runs/1825636286?check_suite_focus=true GitHub Actions is out of capacity for macOS: actions/runner-images#2486 Perhaps better to add macos-11.0 back when the above issue is resolved.
Hi GitHub Actions community!
A couple of months ago we added a new macOS 11.0 image in a “preview” mode and eventually we expect it to become a production image.
Typically, we increase pool capacity along with increasing image usage, but demand for this pool is outpacing our capacity plan.
Given the constantly growing demand and in order to prevent degraded experience, we have to temporarily transit this pool to a private preview until we come up with a final plan of making macOS 11.0 ready for production use.
What does “private preview” mean?
This limitation will live on organization level (personal accounts are considered as organization too), so if you are using
macos-11
somewhere in your organization — you will still be able to use it. But this pool will be inaccessible for new organizations that never used it before.We are sorry for inconveniences, and will try to open this pool again as soon as possible.
UPDATE
The macOS 11 virtual environment is currently in preview and is automatically available to the existing Enterprise plan customers who used macOS hosted runners at least once between May, 1 - June, 1. New Enterprise plan customers, or customers on other plans, should fill the form to request access to macOS 11 virtual environment. Please view our Big Sur guide for more details.
The text was updated successfully, but these errors were encountered: