runner-images
runner-images copied to clipboard
Windows Server 2025 is now available
Breaking changes
Windows Server 2025 is now available for GitHub Actions users. You can use the windows-2025 image label in your YAML to select this image.
GitHub Actions
jobs:
jobName:
runs-on: windows-2025
The image is marked as "beta" for now. It means some software can be unstable on the new platform. Also, there could be queueing issues as the capacity will be balanced only throughout the next weeks. Please report any problems with the new image to this repository.
Platforms affected
- [ ] Azure DevOps
- [X] GitHub Actions
Runner images affected
- [ ] Ubuntu 20.04
- [ ] Ubuntu 22.04
- [ ] Ubuntu 24.04
- [ ] macOS 11
- [ ] macOS 12
- [ ] macOS 13
- [ ] macOS 13 Arm64
- [ ] macOS 14
- [ ] macOS 14 Arm64
- [ ] Windows Server 2019
- [ ] Windows Server 2022
- [x] Windows Server 2025
Software difference between Windows Server 2022 and Windows Server 2025
Tool name | Windows Server 2022 | Windows Server 2025 | Notes |
---|---|---|---|
Go |
|
|
If your use-case requires using any of these versions, consider using tasks to install Go on-flight:
|
Node.js |
|
|
If your use-case requires using any of these versions, consider using tasks to install Node.js on-flight:
|
Ruby |
|
|
|
Python |
|
|
On GitHub Actions, actions/setup-python can install any version on-flight so this change doesn't impact users |
PyPy |
|
|
Deprecated all the versions besides the most recent ones |
LLVM | 18.* | 19.* | Updated to the recent version |
strawberryperl | 5.32.1 | 5.40.0 | Updated to the recent version |
maven | 3.8.* | 3.9.* | Updated to the recent version |
InnoSetup | latest available | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
Mercurial | 5.0.0 | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
mingw | 12.2.0 | 14.2.0 | Includes updates to
|
NSIS | 3.10 | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
openssl | 1.1.1 | 3.4.0 | Updated to the recent version |
Azure Service Fabric runtime | 9.1.1436.9590 | 10.1.2493.9590 | Updated to the recent version |
Azure Service Fabric SDK | 6.1.1436 | 7.0.2712 | Updated to the recent version |
svn (tortoisesvn) | latest available | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
Alibaba Cloud CLI | latest available | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
bindgen | latest available | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
cargo-audit | latest available | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
cargo-outdated | latest available | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
cbindgen | latest available | - | Removed from the Windows Server 2025 image due to maintenance reasons. |
Java |
|
|
Default Java switched to 17.* for Windows Server 2025 image. |
PostgreSQL | 14.12 | 17.* | Updated to the recent version |
MongoDB | 5.0.* | 7.0.* | Updated to the recent version |
Visual Studio components | * | Excluded
|
Removed from the Windows Server 2025 image due to maintenance reasons. |
.NET Core SDK |
|
|
Please consider using tasks to install any version on-flight:
|
PowerShell modules | * | Excluded
|
Removed from the Windows Server 2025 image due to maintenance reasons. |
Android Command Line Tools | 8.0 | 16.0 | Updated to the recent version |
Android SDK Build-tools |
|
|
Updated to the recent version |
Android cmake |
|
|
Updated to the recent version |
Cached Docker images |
|
- | Removed from the Windows Server 2025 image due to maintenance reasons. |
Miscellaneous:
- Standalone WDK installation was deprecated. Starting with Visual Studio 17.12, the recommended way to install the WDK is via nuget
- Only the latest version of Haskell will be installed on the image
- Temporary user installer and its profile were removed from the image
- mongo.exe shell has been removed from MongoDB since version 6
- The following directories were compressed:
- C:\Windows\assembly
- C:\Windows\WinSxS
- C:\Program Files\dotnet
- C:\Program Files (x86)\Android