mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
Add macOS 11 onboarding guide (#3449)
* Added guide on macOS 11 onboarding * Updated formatting and phrases * Updated onboarding page * Fixed wording * Fixed typos Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com> Co-authored-by: Maxim Lobanov <maxim-lobanov@github.com> * Updated wording and notes * Removed extra space * Fixed new lines * Fixed wording Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> * Fixed note * Minor wording update Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> * Fixed note * Fixed typo Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com> Co-authored-by: Maxim Lobanov <maxim-lobanov@github.com> Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com>
This commit is contained in:
25
docs/macos-11-onboarding.md
Normal file
25
docs/macos-11-onboarding.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# macOS 11 (Big Sur) onboarding guide
|
||||
|
||||
macOS 11 pools were opened to existing customers only, and we are working on making them ready for production use, rebalancing capacity, and analyzing possible load.
|
||||
|
||||
Meanwhile, we'd like to start including customers to private preview on demand.
|
||||
|
||||
> Big Sur will automatically become available to existing Enterprise customers. New enterprises and customers on other plans, please go through the sign up process described below.
|
||||
|
||||
## Sign up process
|
||||
|
||||
If you need to build and test your project with macOS 11, please, fill out the [form](https://forms.office.com/r/Pn0a7NqBXg).
|
||||
|
||||
We will review the incoming requests periodically and open macOS 11 pool for some amount of them. These are the aspects we consider when processing requests:
|
||||
- _Pool capacity_. New onboardings are only possible if current performance won't degrade for existing customers.
|
||||
- _Billing plan_. New Enterprise or Teams customers will be given a priority in joining macOS 11.
|
||||
- _Necessity of macOS 11_. We can currently afford to add only those projects that really depend on the latest macOS version and its features.
|
||||
|
||||
## Usage
|
||||
|
||||
macOS 11 image label was changed to `macos-11` to avoid confusion with the minor version. We always update images to the latest available OS version. Use the following code snippet to run your builds on macOS Big Sur:
|
||||
```
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-11
|
||||
```
|
||||
Reference in New Issue
Block a user