Skip to content

Commit 7fa2693

Browse files
Merge pull request #7210 from MicrosoftDocs/users/geekzter/macos-12-deprecation
Deprecate macOS-12
2 parents 4277607 + 526c144 commit 7fa2693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pipelines/agents/hosted.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ The **Azure Pipelines** agent pool offers several virtual machine images to choo
3434
| Ubuntu 24.04 | *ubuntu-24.04* | `ubuntu-24.04` | [Link](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md)
3535
| Ubuntu 22.04 | *ubuntu-22.04* | `ubuntu-latest` OR `ubuntu-22.04` | [Link](https://aka.ms/ubuntu-22.04-readme)
3636
| Ubuntu 20.04 | *ubuntu-20.04* | `ubuntu-20.04` | [Link](https://aka.ms/ubuntu-20.04-readme)
37-
| macOS 14 Sonoma (preview) | *macOS-14* | `macOS-14` | [Link](https://aka.ms/macOS-14-readme) |
37+
| macOS 14 Sonoma (preview) | *macOS-14* | `macOS-latest` OR `macOS-14` | [Link](https://aka.ms/macOS-14-readme) |
3838
| macOS 13 Ventura | *macOS-13* | `macOS-13` | [Link](https://aka.ms/macOS-13-readme) |
39-
| macOS 12 Monterey | *macOS-12* | `macOS-latest` OR `macOS-12` | [Link](https://aka.ms/macOS-12-readme) |
40-
| macOS 11 Big Sur (deprecated) | *macOS-11* | `macOS-11` | **deprecated** |
39+
| macOS 12 Monterey | *macOS-12* | `macOS-12` | **deprecated** |
4140

4241
The default agent image for classic build pipelines is *windows-2019*, and the default agent image for YAML build pipelines is `ubuntu-latest`. For more information, see [Designate a pool in your pipeline](pools-queues.md#designate-a-pool-in-your-pipeline).
4342

@@ -46,6 +45,7 @@ You can see the installed software for each hosted agent by choosing the **Inclu
4645

4746
### Recent updates
4847

48+
* The macOS-12 Monterey image is deprecated and will be retired December 3, 2024.
4949
* The Ubuntu-22.04 image is available
5050
* The macOS-14 Sonoma image is available in preview
5151
* The macOS-11 Big Sur image is deprecated and will be retired June 28, 2024.

0 commit comments

Comments
 (0)