From 7edc5928a1f5a5f03b1f12b5cae5d8e70a14005c Mon Sep 17 00:00:00 2001 From: Steve-Glass <84886334+Steve-Glass@users.noreply.github.com> Date: Wed, 11 Jan 2023 19:31:59 -0500 Subject: [PATCH] macOS 12 workflows now run on the 'latest' image label for GitHub-hosted runners (#30967) Co-authored-by: Matt Pollard Co-authored-by: Lucas Costi Co-authored-by: Lucas Costi Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com> Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> --- .../building-and-testing-xamarin-applications.md | 7 +------ data/reusables/actions/macos-runner-preview.md | 1 - data/reusables/actions/supported-github-runners.md | 10 ++++++---- 3 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 data/reusables/actions/macos-runner-preview.md 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.