1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge pull request #23171 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-01-11 16:43:05 -08:00
committed by GitHub
3 changed files with 7 additions and 11 deletions

View File

@@ -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

View File

@@ -1 +0,0 @@
The <code>macos-latest</code> YAML workflow label currently uses the macOS 10.15 runner image.

View File

@@ -65,18 +65,20 @@ Migrate to <code>ubuntu-20.04</code> or <code>ubuntu-22.04</code>. For more info
macOS Monterey 12
</td>
<td>
<code>macos-12</code>
</td>
<code>macos-latest</code> or <code>macos-12</code>
</td>
<td>
The <code>macos-latest</code> label currently uses the macOS 12 runner image.
</td>
</tr>
<tr>
<td>
macOS Big Sur 11
</td>
<td>
<code>macos-latest</code> or <code>macos-11</code>
<code>macos-11</code>
</td>
<td>
The <code>macos-latest</code> 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 <a href="https://github.blog/changelog/2022-10-03-github-actions-jobs-running-on-macos-latest-are-now-running-on-macos-12/">this {% data variables.product.prodname_dotcom %} blog post</a>.
</td>
</tr>
<tr>