diff --git a/content/actions/automating-builds-and-tests/building-and-testing-xamarin-applications.md b/content/actions/automating-builds-and-tests/building-and-testing-xamarin-applications.md index 3987b19e0b..c39196f0b4 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-xamarin-applications.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-xamarin-applications.md @@ -26,12 +26,7 @@ shortTitle: Build & test Xamarin apps This guide shows you how to create a workflow that performs continuous integration (CI) for your Xamarin project. The workflow you create will allow you to see when commits to a pull request cause build or test failures against your default branch; this approach can help ensure that your code is always healthy. -For a full list of available Xamarin SDK versions on the {% data variables.product.prodname_actions %}-hosted macOS runners, see the documentation: - -* [macOS 10.15](https://github.com/actions/runner-images/blob/main/images/macos/macos-10.15-Readme.md#xamarin-bundles) -* [macOS 11](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#xamarin-bundles) - -{% data reusables.actions.macos-runner-preview %} +For a full list of available Xamarin SDK versions on the {% data variables.product.prodname_actions %}-hosted macOS runners, see the README file for the version of macOS you want to use in the [{% data variables.product.prodname_actions %} Runner Images repository](https://github.com/actions/runner-images/tree/main/images/macos). ## Prerequisites diff --git a/data/reusables/actions/macos-runner-preview.md b/data/reusables/actions/macos-runner-preview.md deleted file mode 100644 index c9b93aecbe..0000000000 --- a/data/reusables/actions/macos-runner-preview.md +++ /dev/null @@ -1 +0,0 @@ -The macos-latest YAML workflow label currently uses the macOS 10.15 runner image. diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 333bd0ae53..ba5e33c86c 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -65,18 +65,20 @@ Migrate to ubuntu-20.04 or ubuntu-22.04. For more info macOS Monterey 12 -macos-12 - +macos-latest or macos-12 + + +The macos-latest label currently uses the macOS 12 runner image. + macOS Big Sur 11 -macos-latest or macos-11 +macos-11 -The macos-latest label is currently transitioning to the macOS Monterey 12 runner image. During the transition, the label might refer to the runner image for either macOS 11 or 12. For more information, see this {% data variables.product.prodname_dotcom %} blog post.