Skip to content

Commit b9ba463

Browse files
committed
macos-13 retired
1 parent 57afdb4 commit b9ba463

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

content/actions/how-tos/manage-runners/larger-runners/use-larger-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ name: learn-github-actions-testing
148148
on: [push]
149149
jobs:
150150
build:
151-
runs-on: macos-13-xlarge
151+
runs-on: macos-15-xlarge
152152
steps:
153153
- uses: {% data reusables.actions.action-checkout %}
154154
- name: Build
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
| Runner Size | Architecture| Processor (CPU)| Memory (RAM) | Storage (SSD) | Workflow label |
22
| ------------| ------------| -------------- | ------------- | ------------- |--------------------------------------------------------------------------------------------------------------------------------------------------|
3-
| Large | Intel | 12 | 30 GB | 14 GB | <code>macos-latest-large</code>, <code>macos-13-large</code>, <code>macos-14-large</code>, <code>macos-15-large</code> (latest) |
4-
| XLarge | arm64 (M2) | 5 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | <code>macos-latest-xlarge</code>, <code>macos-13-xlarge</code>, <code>macos-14-xlarge</code>, <code>macos-15-xlarge</code> (latest), <code>macos-26-xlarge</code> ({% data variables.release-phases.public_preview %}) |
3+
| Large | Intel | 12 | 30 GB | 14 GB | <code>macos-latest-large</code>, <code>macos-14-large</code>, <code>macos-15-large</code> (latest) |
4+
| XLarge | arm64 (M2) | 5 (+ 8 GPU hardware acceleration) | 14 GB | 14 GB | <code>macos-latest-xlarge</code>, <code>macos-14-xlarge</code>, <code>macos-15-xlarge</code> (latest), <code>macos-26-xlarge</code> ({% data variables.release-phases.public_preview %}) |

data/reusables/actions/supported-github-runners.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ For public repositories, jobs using the workflow labels shown in the table below
6767
<td>14 GB</td>
6868
<td> Intel </td>
6969
<td>
70-
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md">macos-13</a></code>,
7170
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>
7271
</td>
7372
</tr>
@@ -136,7 +135,6 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
136135
<td>14 GB</td>
137136
<td> Intel </td>
138137
<td>
139-
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md">macos-13</a></code>,
140138
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>
141139
</td>
142140
</tr>

0 commit comments

Comments
 (0)