Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/includes/macos-support.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
author: sdwheeler
ms.author: sewhee
ms.date: 11/02/2024
ms.date: 09/16/2025
ms.topic: include
---
<!-- markdownlint-disable first-line-h1 -->
Microsoft supports PowerShell until [PowerShell reaches end-of-support][lifecycle] or the version of
macOS reaches end-of-support.

- macOS 26 (Tahoe) x64 and Arm64
- macOS 15 (Sequoia) x64 and Arm64
- macOS 14 (Sonoma) x64 and Arm64
- macOS 13 (Ventura) x64 and Arm64

Apple determines the support lifecycle of macOS. For more information, see the following:

Expand Down
8 changes: 4 additions & 4 deletions reference/includes/ubuntu-support.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
author: sdwheeler
ms.author: sewhee
ms.date: 07/03/2025
ms.date: 09/16/2025
ms.topic: include
---
<!-- markdownlint-disable first-line-h1 -->
Expand All @@ -10,8 +10,8 @@ Microsoft supports PowerShell until [PowerShell reaches end-of-support][lifecycl

Install package files (`.deb`) are also available from [https://packages.microsoft.com/][pcm].

The Docker images for the .NET SDK contain the latest versions of PowerShell. These images are
available from the [Microsoft Artifact Registry][mcr].
The Docker images for the .NET SDK contain the latest versions of PowerShell. You can download these
images from the [Microsoft Artifact Registry][mcr].

These images are built from official operating system (OS) images provide by the OS distributor.
These images may not have the latest security updates. Microsoft recommends that you update the OS
Expand All @@ -21,7 +21,7 @@ These images are provided for testing purposes. If you need a Docker image for a
workload, you should build and maintain your own.

> [!NOTE]
> Ubuntu 24.10 (Oracular Oriole) is an interim release. Microsoft doesn't support
> Ubuntu 25.04 (Plucky Puffin) is an interim release. Microsoft doesn't support
> [interim releases][interim] of Ubuntu. For more information, see
> [Community supported distributions][community].

Expand Down
Loading