diff --git a/content/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners.md b/content/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners.md index 4321c01c23..a95c3cc559 100644 --- a/content/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners.md +++ b/content/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners.md @@ -29,7 +29,7 @@ The following machines sizes are available for macOS {% data variables.actions.h | Runner Size | Architecture| Processor (CPU)| Memory (RAM) | Storage (SSD) | YAML workflow label | | --------------| --------------| -------------- | ------------- | ------------- | --------------------- | -| Large | Intel| 12 | 30 GB | 14 GB | macos-latest-large, macos-12-large [latest] , macos-13-large, macos-14-large[Beta] | +| Large | Intel| 12 | 30 GB | 14 GB | macos-latest-large, macos-12-large, macos-13-large [latest], macos-14-large[Beta] | | XLarge| arm64 (M1)|6 CPU and 8 GPU| 14 GB | 14 GB | macos-latest-xlarge, macos-13-xlarge[latest], macos-14-xlarge[Beta] | #### Limitations for macOS {% data variables.actions.hosted_runners %} diff --git a/content/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners.md b/content/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners.md index 88764de906..4b9f187764 100644 --- a/content/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners.md +++ b/content/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners.md @@ -38,7 +38,7 @@ Use the labels in the table below to run your workflows on the corresponding mac | Runner Size | Architecture| Processor (CPU)| Memory (RAM) | Storage (SSD) | OS (YAML workflow label) | | --------------| --------------| -------------- | ------------- | ------------- | --------------------- | -| Large | Intel| 12 | 30 GB | 14 GB | macos-latest-large, macos-12-large [latest] , macos-13-large, macos-14-large[Beta] | +| Large | Intel| 12 | 30 GB | 14 GB | macos-latest-large, macos-12-large , macos-13-large [latest] , macos-14-large[Beta] | | XLarge| arm64 (M1)|6 CPU and 8 GPU| 14 GB | 14 GB | macos-latest-xlarge, macos-13-xlarge [latest], macos-14-xlarge[Beta] | {% note %}