mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
Change the message as macos11 is GA in GH (#3912)
This commit is contained in:
@@ -21,7 +21,7 @@ Ubuntu 16.04 has been deprecated and will be removed on September 20, 2021. Its
|
||||
Existing workflows using `Ubuntu 16.04` should migrate to `Ubuntu 20.04` or `Ubuntu 18.04`
|
||||
```
|
||||
|
||||
> 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](./docs/macos-11-onboarding.md) for more details. <br/>
|
||||
> The macOS 11 virtual environment is currently available only on GitHub Actions. Azure DevOps users can track the macOS 11 onboarding progress in [this issue](https://github.com/actions/virtual-environments/issues/2072).<br/>
|
||||
The `macos-latest` YAML workflow label still uses the macOS 10.15 virtual environment.
|
||||
|
||||
***What images are available for GitHub Actions and Azure DevOps?***
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
# 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