Compare commits

..
23 changed files with 813 additions and 936 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2026 GitHub
Copyright (c) 2025 GitHub
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+4 -4
View File
@@ -22,14 +22,14 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
| --------------------|--------------|---------------------|------------------|
| Ubuntu 24.04<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fubuntu24.json) | x64 | `ubuntu-latest` or `ubuntu-24.04` | [ubuntu-24.04] |
| Ubuntu 22.04<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fubuntu22.json) | x64 | `ubuntu-22.04` | [ubuntu-22.04] |
| Ubuntu Slim ![preview](https://img.shields.io/badge/preview-0969DA?style=flat&logoColor=white)<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fubuntu-slim.json) | x64 | `ubuntu-slim` | [ubuntu-slim] |
| macOS 26 Arm64<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fmacos-26-arm64.json) | arm64 | `macos-26` or `macos-26-xlarge` | [macOS-26-arm64] |
| macOS 26<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fmacos-26.json) | x64 | `macos-26-intel`, `macos-26-large` | [macOS-26] |
| Ubuntu Slim ![preview](https://img.shields.io/badge/preview-0969DA?style=flat&logoColor=white) | x64 | `ubuntu-slim` | [ubuntu-slim] |
| macOS 26 Arm64 ![beta](https://img.shields.io/badge/beta-yellow)<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fmacos-26-arm64.json) | arm64 | `macos-26` or `macos-26-xlarge` | [macOS-26-arm64] |
| macOS 26 ![beta](https://img.shields.io/badge/beta-yellow) | x64 | `macos-26-large` | [macOS-26] |
| macOS 15<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fmacos-15.json) | x64 | `macos-latest-large`, `macos-15-large`, or `macos-15-intel` | [macOS-15] |
| macOS 15 Arm64<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fmacos-15-arm64.json) | arm64 | `macos-latest`, `macos-15`, or `macos-15-xlarge` | [macOS-15-arm64] |
| macOS 14<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fmacos-14.json) | x64 | `macos-14-large`| [macOS-14] |
| macOS 14 Arm64<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fmacos-14-arm64.json) | arm64 | `macos-14` or `macos-14-xlarge`| [macOS-14-arm64] |
| Windows Server 2025 with Visual Studio 2026 ![beta](https://img.shields.io/badge/beta-yellow)<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fwin25-vs2026.json) | x64 | `windows-2025-vs2026` | [windows-2025-vs2026] |
| Windows Server 2025 with Visual Studio 2026 ![beta](https://img.shields.io/badge/beta-yellow) | x64 | `windows-2025-vs2026` | [windows-2025-vs2026] |
| Windows Server 2025<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fwin25.json) | x64 | `windows-latest` or `windows-2025` | [windows-2025] |
| Windows Server 2022<br>![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fhosted-runners-images-bot%2F79267492faab096d04cdd25ce7014cec%2Fraw%2Fwin22.json) | x64 | `windows-2022` | [windows-2022] |
+6 -89
View File
@@ -66,35 +66,6 @@ Function Show-LatestCommit {
}
}
function Get-GitHubActionsOidcIdToken {
[CmdletBinding()]
param(
[Parameter(Mandatory = $True)]
[string] $RequestUrl,
[Parameter(Mandatory = $True)]
[string] $RequestToken,
[Parameter(Mandatory = $False)]
[string] $Audience = 'api://AzureADTokenExchange'
)
$separator = if ($RequestUrl -match '\?') { '&' } else { '?' }
$urlWithAudience = "${RequestUrl}${separator}audience=$([System.Uri]::EscapeDataString($Audience))"
$headers = @{ Authorization = "Bearer $RequestToken" }
try {
$response = Invoke-RestMethod -Method Get -Uri $urlWithAudience -Headers $headers
}
catch {
throw "Failed to request GitHub Actions OIDC ID token. Ensure workflow permissions include 'id-token: write'. Details: $($_.Exception.Message)"
}
if ([string]::IsNullOrEmpty($response.value)) {
throw "GitHub Actions OIDC token response did not contain a 'value' field."
}
return $response.value
}
function Start-Sleep($seconds) {
$doneDT = (Get-Date).AddSeconds($seconds)
while ($doneDT -gt (Get-Date)) {
@@ -132,13 +103,6 @@ Function GenerateResourcesAndImage {
The Azure client secret to use to authenticate with Azure. If not specified, the current user's credentials will be used.
.PARAMETER AzureTenantId
The Azure tenant id to use to authenticate with Azure. If not specified, the current user's credentials will be used.
.PARAMETER UseOidc
If set, authenticate using GitHub Actions OIDC (federated credentials) instead of a client secret.
Requires AzureClientId and AzureTenantId, and OidcRequestToken/OidcRequestUrl parameters.
.PARAMETER OidcRequestToken
GitHub Actions OIDC request token.
.PARAMETER OidcRequestUrl
GitHub Actions OIDC request URL.
.PARAMETER RestrictToAgentIpAddress
If set, access to the VM used by packer to generate the image is restricted to the public IP address this script is run from.
This parameter cannot be used in combination with the virtual_network_name packer parameter.
@@ -179,14 +143,6 @@ Function GenerateResourcesAndImage {
[Parameter(Mandatory = $False)]
[string] $AzureTenantId,
[Parameter(Mandatory = $False)]
[switch] $UseOidc,
[Parameter(Mandatory = $False)]
[ValidateNotNullOrEmpty()]
[string] $OidcRequestToken,
[Parameter(Mandatory = $False)]
[ValidateNotNullOrEmpty()]
[string] $OidcRequestUrl,
[Parameter(Mandatory = $False)]
[string] $PluginVersion = "2.2.1",
[Parameter(Mandatory = $False)]
[switch] $RestrictToAgentIpAddress,
@@ -258,17 +214,10 @@ Function GenerateResourcesAndImage {
}
Write-Host "Validating packer template..."
$validateClientSecret = "fake"
if ($UseOidc) {
$validateClientSecret = ""
}
& $PackerBinary validate `
"-only=$($PackerTemplate.BuildName).*" `
"-var=client_id=fake" `
"-var=client_secret=$($validateClientSecret)" `
"-var=oidc_request_token=fake" `
"-var=oidc_request_url=fake" `
"-var=client_secret=fake" `
"-var=subscription_id=$($SubscriptionId)" `
"-var=tenant_id=fake" `
"-var=location=$($AzureLocation)" `
@@ -290,23 +239,10 @@ Function GenerateResourcesAndImage {
Write-Verbose "No AzureClientId was provided, will use interactive login."
az login --output none
}
elseif ($UseOidc) {
if ([string]::IsNullOrEmpty($AzureTenantId)) {
throw "AzureTenantId is required for OIDC authentication."
}
Write-Verbose "Using OIDC service principal login (federated credentials)."
$idToken = Get-GitHubActionsOidcIdToken -RequestUrl $OidcRequestUrl -RequestToken $OidcRequestToken
az login --service-principal --username $AzureClientId --tenant $AzureTenantId --federated-token $idToken --output none
}
else {
if ([string]::IsNullOrEmpty($AzureClientSecret) -or [string]::IsNullOrEmpty($AzureTenantId)) {
throw "AzureClientSecret and AzureTenantId are required for service principal login unless -UseOidc is specified."
}
Write-Verbose "AzureClientId was provided, will use service principal login (client secret)."
Write-Verbose "AzureClientId was provided, will use service principal login."
az login --service-principal --username $AzureClientId --password=$AzureClientSecret --tenant $AzureTenantId --output none
}
az account set --subscription $SubscriptionId
if ($LastExitCode -ne 0) {
throw "Failed to login to Azure subscription '$SubscriptionId'."
@@ -321,7 +257,7 @@ Function GenerateResourcesAndImage {
throw "Resource group '$ResourceGroupName' does not exist."
}
# Create / choose authentication for packer
# Create service principal
if ([string]::IsNullOrEmpty($AzureClientId)) {
Write-Host "Creating service principal for packer..."
$ADCleanupRequired = $true
@@ -341,26 +277,9 @@ Function GenerateResourcesAndImage {
Write-Host "Service principal created with id '$ServicePrincipalAppId'. It will be deleted after the build."
}
else {
if ($UseOidc) {
if ([string]::IsNullOrEmpty($AzureTenantId)) {
throw "AzureTenantId is required for OIDC authentication."
}
$ServicePrincipalAppId = $AzureClientId
$ServicePrincipalPassword = ""
$TenantId = $AzureTenantId
# Avoid leaking OIDC request values via command line arguments.
$env:PKR_VAR_oidc_request_token = $OidcRequestToken
$env:PKR_VAR_oidc_request_url = $OidcRequestUrl
}
else {
if ([string]::IsNullOrEmpty($AzureClientSecret) -or [string]::IsNullOrEmpty($AzureTenantId)) {
throw "AzureClientSecret and AzureTenantId are required for service principal authentication unless -UseOidc is specified."
}
$ServicePrincipalAppId = $AzureClientId
$ServicePrincipalPassword = $AzureClientSecret
$TenantId = $AzureTenantId
}
$ServicePrincipalAppId = $AzureClientId
$ServicePrincipalPassword = $AzureClientSecret
$TenantId = $AzureTenantId
}
Write-Debug "Service principal app id: $ServicePrincipalAppId."
Write-Debug "Tenant id: $TenantId."
@@ -369,8 +288,6 @@ Function GenerateResourcesAndImage {
-only "$($PackerTemplate.BuildName).*" `
-var "client_id=$($ServicePrincipalAppId)" `
-var "client_secret=$($ServicePrincipalPassword)" `
-var "oidc_request_token=$($env:PKR_VAR_oidc_request_token)" `
-var "oidc_request_url=$($env:PKR_VAR_oidc_request_url)" `
-var "subscription_id=$($SubscriptionId)" `
-var "tenant_id=$($TenantId)" `
-var "location=$($AzureLocation)" `
+55 -53
View File
@@ -1,17 +1,19 @@
| Announcements |
|-|
| [macOS 26 (Tahoe) is now generally available in GitHub Actions](https://github.com/actions/runner-images/issues/13739) |
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
| [[macOS] Deprecation of simulator runtimes for Xcode 26.0.1 on macOS 15 on January 26th](https://github.com/actions/runner-images/issues/13570) |
| [[macOS] The macOS 14 Sonoma based runner images will begin deprecation on July 6th and will be fully unsupported by November 2nd for GitHub Actions and Azure DevOps](https://github.com/actions/runner-images/issues/13518) |
| [macOS 26 (Tahoe) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13008) |
***
# macOS 14
- OS Version: macOS 14.8.4 (23J319)
- OS Version: macOS 14.8.3 (23J220)
- Kernel Version: Darwin 23.6.0
- Image Version: 20260302.0252.1
- Image Version: 20260209.0180.1
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.418, 9.0.102, 9.0.203, 9.0.311, 10.0.103
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.417, 9.0.102, 9.0.203, 9.0.310, 10.0.102
- Bash 3.2.57(1)-release
- Clang/LLVM 15.0.0
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
@@ -25,22 +27,22 @@
- Mono 6.12.0.188
- Node.js 20.20.0
- Perl 5.42.0
- PHP 8.5.3
- PHP 8.5.2
- Python3 3.14.3
- Ruby 3.3.10
### Package Management
- Bundler 4.0.7
- Bundler 4.0.6
- Carthage 0.40.0
- CocoaPods 1.16.2
- Composer 2.9.5
- Homebrew 5.0.15
- Homebrew 5.0.14
- NPM 10.8.2
- NuGet 6.3.1.1
- Pip3 26.0 (python 3.14)
- Pipx 1.8.0
- RubyGems 4.0.7
- Vcpkg 2026 (build from commit 62159a45e1)
- RubyGems 4.0.6
- Vcpkg 2025 (build from commit aa2d37682e)
- Yarn 1.22.22
### Project Management
@@ -51,14 +53,14 @@
### Utilities
- 7-Zip 17.05
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- bazel 9.0.0
- bazelisk 1.28.1
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.18.0
- Git 2.53.0
- Git 2.52.0
- Git LFS 3.7.1
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.9
@@ -67,20 +69,20 @@
- Packer 1.15.0
- pkgconf 2.5.1
- Unxip 3.3
- yq 4.52.4
- yq 4.52.2
- zstd 1.5.7
- Ninja 1.13.2
### Tools
- AWS CLI 2.34.0
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- AWS CLI 2.33.17
- AWS SAM CLI 1.153.1
- AWS Session Manager CLI 1.2.764.0
- Azure CLI 2.83.0
- Azure CLI (azure-devops) 1.0.2
- Bicep CLI 0.41.2
- Bicep CLI 0.40.2
- Cmake 4.2.3
- CodeQL Action Bundle 2.24.2
- Fastlane 2.232.2
- CodeQL Action Bundle 2.24.1
- Fastlane 2.232.0
- SwiftFormat 0.59.1
- Xcbeautify 3.1.4
- Xcode Command Line Tools 16.2.0.0.1.1733547573
@@ -90,16 +92,16 @@
- SwiftLint 0.63.2
### Browsers
- Safari 26.3 (19623.2.7.18.1)
- SafariDriver 26.3 (19623.2.7.18.1)
- Google Chrome 145.0.7632.117
- Google Chrome for Testing 145.0.7632.117
- ChromeDriver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge WebDriver 145.0.3800.82
- Mozilla Firefox 148.0
- Safari 26.2 (19623.1.14.18.4)
- SafariDriver 26.2 (19623.1.14.18.4)
- Google Chrome 144.0.7559.133
- Google Chrome for Testing 144.0.7559.133
- ChromeDriver 144.0.7559.133
- Microsoft Edge 144.0.3719.115
- Microsoft Edge WebDriver 144.0.3719.115
- Mozilla Firefox 147.0.3
- geckodriver 0.36.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -135,7 +137,7 @@
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.0
#### Go
- 1.22.12
@@ -144,9 +146,9 @@
- 1.25.7
### Rust Tools
- Cargo 1.93.1
- Rust 1.93.1
- Rustdoc 1.93.1
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
@@ -235,32 +237,32 @@
| DriverKit 24.2 | driverkit24.2 | 16.2 |
#### Installed Simulators
| Name | OS | Simulators |
| ------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| iOS 17.0 | 17.0.1 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
| iOS 17.2 | 17.2 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
| iOS 17.4 | 17.4 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 17.5 | 17.5 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 18.1 | 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 18.2 | 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| tvOS 17.0 | 17.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 17.2 | 17.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 17.4 | 17.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 17.5 | 17.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 18.1 | 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 18.2 | 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| watchOS 10.0 | 10.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 10.2 | 10.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 10.4 | 10.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 10.5 | 10.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 11.1 | 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 11.2 | 11.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
| Name | OS | Simulators |
| ------------ | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| iOS 17.0 | 17.0.1 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
| iOS 17.2 | 17.2 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
| iOS 17.4 | 17.4 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 17.5 | 17.5 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 18.1 | 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 18.2 | 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| tvOS 17.0 | 17.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 17.2 | 17.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 17.4 | 17.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 17.5 | 17.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 18.1 | 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| tvOS 18.2 | 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
| watchOS 10.0 | 10.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 10.2 | 10.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 10.4 | 10.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 10.5 | 10.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 11.1 | 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
| watchOS 11.2 | 11.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
### Android
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 11.0 |
| Android Emulator | 36.4.9 |
| Android Emulator | 36.3.10 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1<br>34.0.0 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
| Android SDK Platform-Tools | 36.0.2 |
+36 -34
View File
@@ -1,26 +1,28 @@
| Announcements |
|-|
| [macOS 26 (Tahoe) is now generally available in GitHub Actions](https://github.com/actions/runner-images/issues/13739) |
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
| [[macOS] Deprecation of simulator runtimes for Xcode 26.0.1 on macOS 15 on January 26th](https://github.com/actions/runner-images/issues/13570) |
| [[macOS] The macOS 14 Sonoma based runner images will begin deprecation on July 6th and will be fully unsupported by November 2nd for GitHub Actions and Azure DevOps](https://github.com/actions/runner-images/issues/13518) |
| [macOS 26 (Tahoe) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13008) |
***
# macOS 14
- OS Version: macOS 14.8.4 (23J319)
- OS Version: macOS 14.8.3 (23J220)
- Kernel Version: Darwin 23.6.0
- Image Version: 20260302.0147.1
- Image Version: 20260209.0115.1
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.418, 9.0.102, 9.0.203, 9.0.311, 10.0.103
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.417, 9.0.102, 9.0.203, 9.0.310, 10.0.102
- Bash 3.2.57(1)-release
- Clang/LLVM 15.0.0
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
- GCC 15 (Homebrew GCC 15.2.0_1) - available by `gcc-15` alias
- GCC 15 (Homebrew GCC 15.2.0) - available by `gcc-15` alias
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0) - available by `gfortran-15` alias
- Kotlin 2.3.10-release-465
- Mono 6.12.0.188
- Node.js 20.20.0
@@ -29,16 +31,16 @@
- Ruby 3.3.10
### Package Management
- Bundler 4.0.7
- Bundler 4.0.6
- Carthage 0.40.0
- CocoaPods 1.16.2
- Homebrew 5.0.15
- Homebrew 5.0.13
- NPM 10.8.2
- NuGet 6.3.1.1
- Pip3 26.0 (python 3.14)
- Pipx 1.8.0
- RubyGems 4.0.7
- Vcpkg 2026 (build from commit 62159a45e1)
- RubyGems 4.0.6
- Vcpkg 2025 (build from commit aa2d37682e)
- Yarn 1.22.22
### Project Management
@@ -49,14 +51,14 @@
### Utilities
- 7-Zip 17.05
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- bazel 9.0.0
- bazelisk 1.28.1
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.7.1
- Git 2.53.0
- Git 2.52.0
- Git LFS 3.7.1
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.9
@@ -65,36 +67,36 @@
- Packer 1.15.0
- pkgconf 2.5.1
- Unxip 3.3
- yq 4.52.4
- yq 4.52.2
- zstd 1.5.7
- Ninja 1.13.2
### Tools
- AWS CLI 2.34.0
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- AWS CLI 2.33.17
- AWS SAM CLI 1.153.1
- AWS Session Manager CLI 1.2.764.0
- Azure CLI 2.83.0
- Azure CLI (azure-devops) 1.0.2
- Bicep CLI 0.41.2
- Bicep CLI 0.40.2
- Cmake 4.2.3
- CodeQL Action Bundle 2.24.2
- Fastlane 2.232.2
- CodeQL Action Bundle 2.24.1
- Fastlane 2.232.0
- SwiftFormat 0.59.1
- Xcbeautify 3.1.4
- Xcode Command Line Tools 16.2.0.0.1.1733547573
- Xcodes 1.6.2
### Browsers
- Safari 26.3 (19623.2.7.18.1)
- SafariDriver 26.3 (19623.2.7.18.1)
- Google Chrome 145.0.7632.117
- Google Chrome for Testing 145.0.7632.117
- ChromeDriver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge WebDriver 145.0.3800.82
- Mozilla Firefox 148.0
- Safari 26.2 (19623.1.14.18.4)
- SafariDriver 26.2 (19623.1.14.18.4)
- Google Chrome 144.0.7559.133
- Google Chrome for Testing 144.0.7559.133
- ChromeDriver 144.0.7559.133
- Microsoft Edge 144.0.3719.115
- Microsoft Edge WebDriver 144.0.3719.115
- Mozilla Firefox 147.0.3
- geckodriver 0.36.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -128,7 +130,7 @@
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.0
#### Go
- 1.22.12
@@ -137,9 +139,9 @@
- 1.25.7
### Rust Tools
- Cargo 1.93.1
- Rust 1.93.1
- Rustdoc 1.93.1
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
@@ -258,7 +260,7 @@
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 11.0 |
| Android Emulator | 36.4.9 |
| Android Emulator | 36.3.10 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1<br>34.0.0 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
| Android SDK Platform-Tools | 36.0.2 |
+50 -48
View File
@@ -1,44 +1,46 @@
| Announcements |
|-|
| [macOS 26 (Tahoe) is now generally available in GitHub Actions](https://github.com/actions/runner-images/issues/13739) |
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
| [[macOS] Deprecation of simulator runtimes for Xcode 26.0.1 on macOS 15 on January 26th](https://github.com/actions/runner-images/issues/13570) |
| [[macOS] The macOS 14 Sonoma based runner images will begin deprecation on July 6th and will be fully unsupported by November 2nd for GitHub Actions and Azure DevOps](https://github.com/actions/runner-images/issues/13518) |
| [macOS 26 (Tahoe) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13008) |
***
# macOS 15
- OS Version: macOS 15.7.4 (24G517)
- OS Version: macOS 15.7.3 (24G419)
- Kernel Version: Darwin 24.6.0
- Image Version: 20260303.0227.1
- Image Version: 20260209.0153.1
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.418, 9.0.102, 9.0.203, 9.0.311, 10.0.103
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.417, 9.0.102, 9.0.203, 9.0.310, 10.0.102
- Bash 3.2.57(1)-release
- Clang/LLVM 17.0.0
- Clang/LLVM (Homebrew) 18.1.8 - available on `$(brew --prefix llvm@18)/bin/clang`
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
- GCC 15 (Homebrew GCC 15.2.0_1) - available by `gcc-15` alias
- GCC 15 (Homebrew GCC 15.2.0) - available by `gcc-15` alias
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0) - available by `gfortran-15` alias
- Kotlin 2.3.10-release-465
- Node.js 22.22.0
- Perl 5.42.0
- PHP 8.5.3
- PHP 8.5.2
- Python3 3.14.3
- Ruby 3.3.10
### Package Management
- Bundler 4.0.7
- Bundler 4.0.6
- Carthage 0.40.0
- CocoaPods 1.16.2
- Composer 2.9.5
- Homebrew 5.0.16
- Homebrew 5.0.13
- NPM 10.9.4
- Pip3 26.0 (python 3.14)
- Pipx 1.8.0
- RubyGems 4.0.7
- Vcpkg 2026 (build from commit 39a6cc0e44)
- RubyGems 4.0.6
- Vcpkg 2025 (build from commit aa2d37682e)
- Yarn 1.22.22
### Project Management
@@ -49,14 +51,14 @@
### Utilities
- 7-Zip 17.05
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- bazel 9.0.0
- bazelisk 1.28.1
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.18.0
- Git 2.53.0
- Git 2.52.0
- Git LFS 3.7.1
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.9
@@ -65,20 +67,20 @@
- Packer 1.15.0
- pkgconf 2.5.1
- Unxip 3.3
- yq 4.52.4
- yq 4.52.2
- zstd 1.5.7
- Ninja 1.13.2
### Tools
- AWS CLI 2.34.0
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- Azure CLI 2.84.0
- AWS CLI 2.33.17
- AWS SAM CLI 1.153.1
- AWS Session Manager CLI 1.2.764.0
- Azure CLI 2.83.0
- Azure CLI (azure-devops) 1.0.2
- Bicep CLI 0.41.2
- Bicep CLI 0.40.2
- Cmake 4.2.3
- CodeQL Action Bundle 2.24.2
- Fastlane 2.232.2
- CodeQL Action Bundle 2.24.1
- Fastlane 2.232.0
- SwiftFormat 0.59.1
- Xcbeautify 3.1.4
- Xcode Command Line Tools 16.4.0.0.1.1747106510
@@ -88,16 +90,16 @@
- SwiftLint 0.63.2
### Browsers
- Safari 26.3 (20623.2.7.18.1)
- SafariDriver 26.3 (20623.2.7.18.1)
- Google Chrome 145.0.7632.117
- Google Chrome for Testing 145.0.7632.117
- ChromeDriver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge WebDriver 145.0.3800.82
- Mozilla Firefox 148.0
- Safari 26.2 (20623.1.14.18.4)
- SafariDriver 26.2 (20623.1.14.18.4)
- Google Chrome 144.0.7559.133
- Google Chrome for Testing 144.0.7559.133
- ChromeDriver 144.0.7559.133
- Microsoft Edge 144.0.3719.115
- Microsoft Edge WebDriver 144.0.3719.115
- Mozilla Firefox 147.0.3
- geckodriver 0.36.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -132,7 +134,7 @@
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.0
#### Go
- 1.22.12
@@ -141,9 +143,9 @@
- 1.25.7
### Rust Tools
- Cargo 1.93.1
- Rust 1.93.1
- Rustdoc 1.93.1
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
@@ -159,17 +161,17 @@
- PSScriptAnalyzer: 1.24.0
### Xcode
| Version | Build | Path | Symlinks |
| -------------- | -------- | ------------------------------ | -------------------------------------------------------------- |
| 26.3 | 17C529 | /Applications/Xcode_26.3.app | /Applications/Xcode_26.3.0.app |
| 26.2 | 17C52 | /Applications/Xcode_26.2.app | /Applications/Xcode_26.2.0.app |
| 26.1.1 | 17B100 | /Applications/Xcode_26.1.1.app | /Applications/Xcode_26.1.app |
| 26.0.1 | 17A400 | /Applications/Xcode_26.0.1.app | /Applications/Xcode_26.0.app |
| 16.4 (default) | 16F6 | /Applications/Xcode_16.4.app | /Applications/Xcode_16.4.0.app<br>/Applications/Xcode.app |
| 16.3 | 16E140 | /Applications/Xcode_16.3.app | /Applications/Xcode_16.3.0.app |
| 16.2 | 16C5032a | /Applications/Xcode_16.2.app | /Applications/Xcode_16.2.0.app |
| 16.1 | 16B40 | /Applications/Xcode_16.1.app | /Applications/Xcode_16.1.0.app |
| 16.0 | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app |
| Version | Build | Path | Symlinks |
| -------------- | -------- | ---------------------------------------------- | -------------------------------------------------------------- |
| 26.3 | 17C519 | /Applications/Xcode_26.3_Release_Candidate.app | /Applications/Xcode_26.3.0.app<br>/Applications/Xcode_26.3.app |
| 26.2 | 17C52 | /Applications/Xcode_26.2.app | /Applications/Xcode_26.2.0.app |
| 26.1.1 | 17B100 | /Applications/Xcode_26.1.1.app | /Applications/Xcode_26.1.app |
| 26.0.1 | 17A400 | /Applications/Xcode_26.0.1.app | /Applications/Xcode_26.0.app |
| 16.4 (default) | 16F6 | /Applications/Xcode_16.4.app | /Applications/Xcode_16.4.0.app<br>/Applications/Xcode.app |
| 16.3 | 16E140 | /Applications/Xcode_16.3.app | /Applications/Xcode_16.3.0.app |
| 16.2 | 16C5032a | /Applications/Xcode_16.2.app | /Applications/Xcode_16.2.0.app |
| 16.1 | 16B40 | /Applications/Xcode_16.1.app | /Applications/Xcode_16.1.0.app |
| 16.0 | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app |
#### Installed SDKs
| SDK | SDK Name | Xcode Version |
@@ -274,10 +276,10 @@
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 16.0 |
| Android Emulator | 36.4.9 |
| Android Emulator | 36.3.10 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
| Android SDK Platform-Tools | 37.0.0 |
| Android SDK Platform-Tools | 36.0.2 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5<br>4.1.2 |
| Google Play services | 49 |
+49 -47
View File
@@ -1,26 +1,28 @@
| Announcements |
|-|
| [macOS 26 (Tahoe) is now generally available in GitHub Actions](https://github.com/actions/runner-images/issues/13739) |
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
| [[macOS] Deprecation of simulator runtimes for Xcode 26.0.1 on macOS 15 on January 26th](https://github.com/actions/runner-images/issues/13570) |
| [[macOS] The macOS 14 Sonoma based runner images will begin deprecation on July 6th and will be fully unsupported by November 2nd for GitHub Actions and Azure DevOps](https://github.com/actions/runner-images/issues/13518) |
| [macOS 26 (Tahoe) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13008) |
***
# macOS 15
- OS Version: macOS 15.7.4 (24G517)
- OS Version: macOS 15.7.3 (24G419)
- Kernel Version: Darwin 24.6.0
- Image Version: 20260303.0188.2
- Image Version: 20260209.0147.2
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.418, 9.0.102, 9.0.203, 9.0.311, 10.0.103
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.417, 9.0.102, 9.0.203, 9.0.310, 10.0.102
- Bash 3.2.57(1)-release
- Clang/LLVM 17.0.0
- Clang/LLVM (Homebrew) 18.1.8 - available on `$(brew --prefix llvm@18)/bin/clang`
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
- GCC 15 (Homebrew GCC 15.2.0_1) - available by `gcc-15` alias
- GCC 15 (Homebrew GCC 15.2.0) - available by `gcc-15` alias
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0) - available by `gfortran-15` alias
- Kotlin 2.3.10-release-465
- Node.js 22.22.0
- Perl 5.42.0
@@ -28,15 +30,15 @@
- Ruby 3.3.10
### Package Management
- Bundler 4.0.7
- Bundler 4.0.6
- Carthage 0.40.0
- CocoaPods 1.16.2
- Homebrew 5.0.16
- Homebrew 5.0.14
- NPM 10.9.4
- Pip3 26.0 (python 3.14)
- Pipx 1.8.0
- RubyGems 4.0.7
- Vcpkg 2026 (build from commit 39a6cc0e44)
- RubyGems 4.0.6
- Vcpkg 2025 (build from commit aa2d37682e)
- Yarn 1.22.22
### Project Management
@@ -47,14 +49,14 @@
### Utilities
- 7-Zip 17.05
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- bazel 9.0.0
- bazelisk 1.28.1
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.7.1
- Git 2.53.0
- Git 2.52.0
- Git LFS 3.7.1
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.9
@@ -63,36 +65,36 @@
- Packer 1.15.0
- pkgconf 2.5.1
- Unxip 3.3
- yq 4.52.4
- yq 4.52.2
- zstd 1.5.7
- Ninja 1.13.2
### Tools
- AWS CLI 2.34.0
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- Azure CLI 2.84.0
- AWS CLI 2.33.17
- AWS SAM CLI 1.153.1
- AWS Session Manager CLI 1.2.764.0
- Azure CLI 2.83.0
- Azure CLI (azure-devops) 1.0.2
- Bicep CLI 0.41.2
- Bicep CLI 0.40.2
- Cmake 4.2.3
- CodeQL Action Bundle 2.24.2
- Fastlane 2.232.2
- CodeQL Action Bundle 2.24.1
- Fastlane 2.232.0
- SwiftFormat 0.59.1
- Xcbeautify 3.1.4
- Xcode Command Line Tools 16.4.0.0.1.1747106510
- Xcodes 1.6.2
### Browsers
- Safari 26.3 (20623.2.7.18.1)
- SafariDriver 26.3 (20623.2.7.18.1)
- Google Chrome 145.0.7632.117
- Google Chrome for Testing 145.0.7632.117
- ChromeDriver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge WebDriver 145.0.3800.82
- Mozilla Firefox 148.0
- Safari 26.2 (20623.1.14.18.4)
- SafariDriver 26.2 (20623.1.14.18.4)
- Google Chrome 144.0.7559.133
- Google Chrome for Testing 144.0.7559.133
- ChromeDriver 144.0.7559.133
- Microsoft Edge 144.0.3719.115
- Microsoft Edge WebDriver 144.0.3719.115
- Mozilla Firefox 147.0.3
- geckodriver 0.36.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -126,7 +128,7 @@
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.0
#### Go
- 1.22.12
@@ -135,9 +137,9 @@
- 1.25.7
### Rust Tools
- Cargo 1.93.1
- Rust 1.93.1
- Rustdoc 1.93.1
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
@@ -153,17 +155,17 @@
- PSScriptAnalyzer: 1.24.0
### Xcode
| Version | Build | Path | Symlinks |
| -------------- | -------- | ------------------------------ | -------------------------------------------------------------- |
| 26.3 | 17C529 | /Applications/Xcode_26.3.app | /Applications/Xcode_26.3.0.app |
| 26.2 | 17C52 | /Applications/Xcode_26.2.app | /Applications/Xcode_26.2.0.app |
| 26.1.1 | 17B100 | /Applications/Xcode_26.1.1.app | /Applications/Xcode_26.1.app |
| 26.0.1 | 17A400 | /Applications/Xcode_26.0.1.app | /Applications/Xcode_26.0.app |
| 16.4 (default) | 16F6 | /Applications/Xcode_16.4.app | /Applications/Xcode_16.4.0.app<br>/Applications/Xcode.app |
| 16.3 | 16E140 | /Applications/Xcode_16.3.app | /Applications/Xcode_16.3.0.app |
| 16.2 | 16C5032a | /Applications/Xcode_16.2.app | /Applications/Xcode_16.2.0.app |
| 16.1 | 16B40 | /Applications/Xcode_16.1.app | /Applications/Xcode_16.1.0.app |
| 16.0 | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app |
| Version | Build | Path | Symlinks |
| -------------- | -------- | ---------------------------------------------- | -------------------------------------------------------------- |
| 26.3 | 17C519 | /Applications/Xcode_26.3_Release_Candidate.app | /Applications/Xcode_26.3.0.app<br>/Applications/Xcode_26.3.app |
| 26.2 | 17C52 | /Applications/Xcode_26.2.app | /Applications/Xcode_26.2.0.app |
| 26.1.1 | 17B100 | /Applications/Xcode_26.1.1.app | /Applications/Xcode_26.1.app |
| 26.0.1 | 17A400 | /Applications/Xcode_26.0.1.app | /Applications/Xcode_26.0.app |
| 16.4 (default) | 16F6 | /Applications/Xcode_16.4.app | /Applications/Xcode_16.4.0.app<br>/Applications/Xcode.app |
| 16.3 | 16E140 | /Applications/Xcode_16.3.app | /Applications/Xcode_16.3.0.app |
| 16.2 | 16C5032a | /Applications/Xcode_16.2.app | /Applications/Xcode_16.2.0.app |
| 16.1 | 16B40 | /Applications/Xcode_16.1.app | /Applications/Xcode_16.1.0.app |
| 16.0 | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app |
#### Installed SDKs
| SDK | SDK Name | Xcode Version |
@@ -273,10 +275,10 @@
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 16.0 |
| Android Emulator | 36.4.9 |
| Android Emulator | 36.3.10 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
| Android SDK Platform-Tools | 37.0.0 |
| Android SDK Platform-Tools | 36.0.2 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5<br>4.1.2 |
| Google Play services | 49 |
+49 -58
View File
@@ -1,44 +1,46 @@
| Announcements |
|-|
| [macOS 26 (Tahoe) is now generally available in GitHub Actions](https://github.com/actions/runner-images/issues/13739) |
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
| [[macOS] Deprecation of simulator runtimes for Xcode 26.0.1 on macOS 15 on January 26th](https://github.com/actions/runner-images/issues/13570) |
| [[macOS] The macOS 14 Sonoma based runner images will begin deprecation on July 6th and will be fully unsupported by November 2nd for GitHub Actions and Azure DevOps](https://github.com/actions/runner-images/issues/13518) |
| [macOS 26 (Tahoe) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13008) |
***
# macOS 26
- OS Version: macOS 26.3 (25D125)
- Kernel Version: Darwin 25.3.0
- Image Version: 20260303.0134.1
- OS Version: macOS 26.2 (25C56)
- Kernel Version: Darwin 25.2.0
- Image Version: 20260209.0054.2
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.418, 9.0.102, 9.0.203, 9.0.311, 10.0.103
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.417, 9.0.102, 9.0.203, 9.0.310, 10.0.102
- Bash 3.2.57(1)-release
- Clang/LLVM 17.0.0
- Clang/LLVM (Homebrew) 20.1.8 - available on `$(brew --prefix llvm@20)/bin/clang`
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
- GCC 15 (Homebrew GCC 15.2.0_1) - available by `gcc-15` alias
- GCC 15 (Homebrew GCC 15.2.0) - available by `gcc-15` alias
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0) - available by `gfortran-15` alias
- Kotlin 2.3.10-release-465
- Node.js 24.14.0
- Node.js 24.13.0
- Perl 5.42.0
- PHP 8.5.3
- PHP 8.5.2
- Python3 3.14.3
- Ruby 3.4.8
### Package Management
- Bundler 4.0.7
- Bundler 4.0.6
- Carthage 0.40.0
- CocoaPods 1.16.2
- Composer 2.9.5
- Homebrew 5.0.16
- NPM 11.9.0
- Homebrew 5.0.14
- NPM 11.6.2
- Pip3 26.0 (python 3.14)
- Pipx 1.8.0
- RubyGems 4.0.7
- Vcpkg 2026 (build from commit 39a6cc0e44)
- RubyGems 4.0.6
- Vcpkg 2025 (build from commit aa2d37682e)
- Yarn 1.22.22
### Project Management
@@ -49,14 +51,14 @@
### Utilities
- 7-Zip 17.05
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- bazel 9.0.0
- bazelisk 1.28.1
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.18.0
- Git 2.53.0
- Git 2.52.0
- Git LFS 3.7.1
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.9
@@ -65,39 +67,39 @@
- Packer 1.15.0
- pkgconf 2.5.1
- Unxip 3.3
- yq 4.52.4
- yq 4.52.2
- zstd 1.5.7
- Ninja 1.13.2
### Tools
- AWS CLI 2.34.0
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- Azure CLI 2.84.0
- AWS CLI 2.33.17
- AWS SAM CLI 1.153.1
- AWS Session Manager CLI 1.2.764.0
- Azure CLI 2.83.0
- Azure CLI (azure-devops) 1.0.2
- Bicep CLI 0.41.2
- Bicep CLI 0.40.2
- Cmake 4.2.3
- CodeQL Action Bundle 2.24.2
- Fastlane 2.232.2
- CodeQL Action Bundle 2.24.1
- Fastlane 2.232.0
- SwiftFormat 0.59.1
- Xcbeautify 3.1.4
- Xcode Command Line Tools 26.3.0.0.1.1771626560
- Xcode Command Line Tools 26.2.0.0.1.1764812424
- Xcodes 1.6.2
### Linters
- SwiftLint 0.63.2
### Browsers
- Safari 26.3 (21623.2.7.11.6)
- SafariDriver 26.3 (21623.2.7.11.6)
- Google Chrome 145.0.7632.117
- Google Chrome for Testing 145.0.7632.117
- ChromeDriver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge WebDriver 145.0.3800.82
- Mozilla Firefox 148.0
- Safari 26.2 (21623.1.14.11.9)
- SafariDriver 26.2 (21623.1.14.11.9)
- Google Chrome 144.0.7559.133
- Google Chrome for Testing 144.0.7559.133
- ChromeDriver 144.0.7559.133
- Microsoft Edge 144.0.3719.115
- Microsoft Edge WebDriver 144.0.3719.115
- Mozilla Firefox 147.0.3
- geckodriver 0.36.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -131,7 +133,7 @@
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.0
#### Go
- 1.23.12
@@ -139,9 +141,9 @@
- 1.25.7
### Rust Tools
- Cargo 1.93.1
- Rust 1.93.1
- Rustdoc 1.93.1
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
@@ -157,13 +159,12 @@
- PSScriptAnalyzer: 1.24.0
### Xcode
| Version | Build | Path | Symlinks |
| -------------- | -------- | ----------------------------------- | -------------------------------------------------------------- |
| 26.4 (beta) | 17E5170d | /Applications/Xcode_26.4_beta_2.app | /Applications/Xcode_26.4.0.app<br>/Applications/Xcode_26.4.app |
| 26.3 | 17C529 | /Applications/Xcode_26.3.app | /Applications/Xcode_26.3.0.app |
| 26.2 (default) | 17C52 | /Applications/Xcode_26.2.app | /Applications/Xcode_26.2.0.app<br>/Applications/Xcode.app |
| 26.1.1 | 17B100 | /Applications/Xcode_26.1.1.app | /Applications/Xcode_26.1.app |
| 26.0.1 | 17A400 | /Applications/Xcode_26.0.1.app | /Applications/Xcode_26.0.app |
| Version | Build | Path | Symlinks |
| -------------- | ------ | ---------------------------------------------- | -------------------------------------------------------------- |
| 26.3 | 17C519 | /Applications/Xcode_26.3_Release_Candidate.app | /Applications/Xcode_26.3.0.app<br>/Applications/Xcode_26.3.app |
| 26.2 (default) | 17C52 | /Applications/Xcode_26.2.app | /Applications/Xcode_26.2.0.app<br>/Applications/Xcode.app |
| 26.1.1 | 17B100 | /Applications/Xcode_26.1.1.app | /Applications/Xcode_26.1.app |
| 26.0.1 | 17A400 | /Applications/Xcode_26.0.1.app | /Applications/Xcode_26.0.app |
#### Installed SDKs
| SDK | SDK Name | Xcode Version |
@@ -171,43 +172,33 @@
| macOS 26.0 | macosx26.0 | 26.0.1 |
| macOS 26.1 | macosx26.1 | 26.1.1 |
| macOS 26.2 | macosx26.2 | 26.2, 26.3 |
| macOS 26.4 | macosx26.4 | 26.4 |
| iOS 26.0 | iphoneos26.0 | 26.0.1 |
| iOS 26.1 | iphoneos26.1 | 26.1.1 |
| iOS 26.2 | iphoneos26.2 | 26.2, 26.3 |
| iOS 26.4 | iphoneos26.4 | 26.4 |
| Simulator - iOS 26.0 | iphonesimulator26.0 | 26.0.1 |
| Simulator - iOS 26.1 | iphonesimulator26.1 | 26.1.1 |
| Simulator - iOS 26.2 | iphonesimulator26.2 | 26.2, 26.3 |
| Simulator - iOS 26.4 | iphonesimulator26.4 | 26.4 |
| tvOS 26.0 | appletvos26.0 | 26.0.1 |
| tvOS 26.1 | appletvos26.1 | 26.1.1 |
| tvOS 26.2 | appletvos26.2 | 26.2, 26.3 |
| tvOS 26.4 | appletvos26.4 | 26.4 |
| Simulator - tvOS 26.0 | appletvsimulator26.0 | 26.0.1 |
| Simulator - tvOS 26.1 | appletvsimulator26.1 | 26.1.1 |
| Simulator - tvOS 26.2 | appletvsimulator26.2 | 26.2, 26.3 |
| Simulator - tvOS 26.4 | appletvsimulator26.4 | 26.4 |
| watchOS 26.0 | watchos26.0 | 26.0.1 |
| watchOS 26.1 | watchos26.1 | 26.1.1 |
| watchOS 26.2 | watchos26.2 | 26.2, 26.3 |
| watchOS 26.4 | watchos26.4 | 26.4 |
| Simulator - watchOS 26.0 | watchsimulator26.0 | 26.0.1 |
| Simulator - watchOS 26.1 | watchsimulator26.1 | 26.1.1 |
| Simulator - watchOS 26.2 | watchsimulator26.2 | 26.2, 26.3 |
| Simulator - watchOS 26.4 | watchsimulator26.4 | 26.4 |
| visionOS 26.0 | xros26.0 | 26.0.1 |
| visionOS 26.1 | xros26.1 | 26.1.1 |
| visionOS 26.2 | xros26.2 | 26.2, 26.3 |
| visionOS 26.4 | xros26.4 | 26.4 |
| Simulator - visionOS 26.0 | xrsimulator26.0 | 26.0.1 |
| Simulator - visionOS 26.1 | xrsimulator26.1 | 26.1.1 |
| Simulator - visionOS 26.2 | xrsimulator26.2 | 26.2, 26.3 |
| Simulator - visionOS 26.4 | xrsimulator26.4 | 26.4 |
| DriverKit 25.0 | driverkit25.0 | 26.0.1 |
| DriverKit 25.1 | driverkit25.1 | 26.1.1 |
| DriverKit 25.2 | driverkit25.2 | 26.2, 26.3 |
| DriverKit 25.4 | driverkit25.4 | 26.4 |
#### Installed Simulators
| Name | OS | Simulators |
@@ -226,10 +217,10 @@
| Package Name | Version |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 16.0 |
| Android Emulator | 36.4.9 |
| Android Emulator | 36.3.10 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2) |
| Android SDK Platform-Tools | 37.0.0 |
| Android SDK Platform-Tools | 36.0.2 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5<br>4.1.2 |
| Google Play services | 49 |
+48 -57
View File
@@ -1,42 +1,44 @@
| Announcements |
|-|
| [macOS 26 (Tahoe) is now generally available in GitHub Actions](https://github.com/actions/runner-images/issues/13739) |
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
| [[macOS] Deprecation of simulator runtimes for Xcode 26.0.1 on macOS 15 on January 26th](https://github.com/actions/runner-images/issues/13570) |
| [[macOS] The macOS 14 Sonoma based runner images will begin deprecation on July 6th and will be fully unsupported by November 2nd for GitHub Actions and Azure DevOps](https://github.com/actions/runner-images/issues/13518) |
| [macOS 26 (Tahoe) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13008) |
***
# macOS 26
- OS Version: macOS 26.3 (25D125)
- Kernel Version: Darwin 25.3.0
- Image Version: 20260303.0251.1
- OS Version: macOS 26.2 (25C56)
- Kernel Version: Darwin 25.2.0
- Image Version: 20260209.0200.1
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.418, 9.0.102, 9.0.203, 9.0.311, 10.0.103
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.417, 9.0.102, 9.0.203, 9.0.310, 10.0.102
- Bash 3.2.57(1)-release
- Clang/LLVM 17.0.0
- Clang/LLVM (Homebrew) 20.1.8 - available on `$(brew --prefix llvm@20)/bin/clang`
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
- GCC 15 (Homebrew GCC 15.2.0_1) - available by `gcc-15` alias
- GCC 15 (Homebrew GCC 15.2.0) - available by `gcc-15` alias
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
- GNU Fortran 15 (Homebrew GCC 15.2.0) - available by `gfortran-15` alias
- Kotlin 2.3.10-release-465
- Node.js 24.14.0
- Node.js 24.13.0
- Perl 5.42.0
- Python3 3.14.3
- Ruby 3.4.8
### Package Management
- Bundler 4.0.7
- Bundler 4.0.6
- Carthage 0.40.0
- CocoaPods 1.16.2
- Homebrew 5.0.16
- NPM 11.9.0
- Homebrew 5.0.13
- NPM 11.6.2
- Pip3 26.0 (python 3.14)
- Pipx 1.8.0
- RubyGems 4.0.7
- Vcpkg 2026 (build from commit 39a6cc0e44)
- RubyGems 4.0.6
- Vcpkg 2025 (build from commit aa2d37682e)
- Yarn 1.22.22
### Project Management
@@ -47,14 +49,14 @@
### Utilities
- 7-Zip 17.05
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- bazel 9.0.0
- bazelisk 1.28.1
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.7.1
- Git 2.53.0
- Git 2.52.0
- Git LFS 3.7.1
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.9
@@ -63,36 +65,36 @@
- Packer 1.15.0
- pkgconf 2.5.1
- Unxip 3.3
- yq 4.52.4
- yq 4.52.2
- zstd 1.5.7
- Ninja 1.13.2
### Tools
- AWS CLI 2.34.0
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- Azure CLI 2.84.0
- AWS CLI 2.33.17
- AWS SAM CLI 1.153.1
- AWS Session Manager CLI 1.2.764.0
- Azure CLI 2.83.0
- Azure CLI (azure-devops) 1.0.2
- Bicep CLI 0.41.2
- Bicep CLI 0.40.2
- Cmake 4.2.3
- CodeQL Action Bundle 2.24.2
- Fastlane 2.232.2
- CodeQL Action Bundle 2.24.1
- Fastlane 2.232.0
- SwiftFormat 0.59.1
- Xcbeautify 3.1.4
- Xcode Command Line Tools 26.3.0.0.1.1771626560
- Xcode Command Line Tools 26.2.0.0.1.1764812424
- Xcodes 1.6.2
### Browsers
- Safari 26.3 (21623.2.7.11.6)
- SafariDriver 26.3 (21623.2.7.11.6)
- Google Chrome 145.0.7632.117
- Google Chrome for Testing 145.0.7632.117
- ChromeDriver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge WebDriver 145.0.3800.82
- Mozilla Firefox 148.0
- Safari 26.2 (21623.1.14.11.9)
- SafariDriver 26.2 (21623.1.14.11.9)
- Google Chrome 144.0.7559.133
- Google Chrome for Testing 144.0.7559.133
- ChromeDriver 144.0.7559.133
- Microsoft Edge 144.0.3719.115
- Microsoft Edge WebDriver 144.0.3719.115
- Mozilla Firefox 147.0.3
- geckodriver 0.36.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -126,7 +128,7 @@
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.0
#### Go
- 1.23.12
@@ -134,9 +136,9 @@
- 1.25.7
### Rust Tools
- Cargo 1.93.1
- Rust 1.93.1
- Rustdoc 1.93.1
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
@@ -152,13 +154,12 @@
- PSScriptAnalyzer: 1.24.0
### Xcode
| Version | Build | Path | Symlinks |
| -------------- | -------- | ----------------------------------- | -------------------------------------------------------------- |
| 26.4 (beta) | 17E5170d | /Applications/Xcode_26.4_beta_2.app | /Applications/Xcode_26.4.0.app<br>/Applications/Xcode_26.4.app |
| 26.3 | 17C529 | /Applications/Xcode_26.3.app | /Applications/Xcode_26.3.0.app |
| 26.2 (default) | 17C52 | /Applications/Xcode_26.2.app | /Applications/Xcode_26.2.0.app<br>/Applications/Xcode.app |
| 26.1.1 | 17B100 | /Applications/Xcode_26.1.1.app | /Applications/Xcode_26.1.app |
| 26.0.1 | 17A400 | /Applications/Xcode_26.0.1.app | /Applications/Xcode_26.0.app |
| Version | Build | Path | Symlinks |
| -------------- | ------ | ---------------------------------------------- | -------------------------------------------------------------- |
| 26.3 | 17C519 | /Applications/Xcode_26.3_Release_Candidate.app | /Applications/Xcode_26.3.0.app<br>/Applications/Xcode_26.3.app |
| 26.2 (default) | 17C52 | /Applications/Xcode_26.2.app | /Applications/Xcode_26.2.0.app<br>/Applications/Xcode.app |
| 26.1.1 | 17B100 | /Applications/Xcode_26.1.1.app | /Applications/Xcode_26.1.app |
| 26.0.1 | 17A400 | /Applications/Xcode_26.0.1.app | /Applications/Xcode_26.0.app |
#### Installed SDKs
| SDK | SDK Name | Xcode Version |
@@ -166,43 +167,33 @@
| macOS 26.0 | macosx26.0 | 26.0.1 |
| macOS 26.1 | macosx26.1 | 26.1.1 |
| macOS 26.2 | macosx26.2 | 26.2, 26.3 |
| macOS 26.4 | macosx26.4 | 26.4 |
| iOS 26.0 | iphoneos26.0 | 26.0.1 |
| iOS 26.1 | iphoneos26.1 | 26.1.1 |
| iOS 26.2 | iphoneos26.2 | 26.2, 26.3 |
| iOS 26.4 | iphoneos26.4 | 26.4 |
| Simulator - iOS 26.0 | iphonesimulator26.0 | 26.0.1 |
| Simulator - iOS 26.1 | iphonesimulator26.1 | 26.1.1 |
| Simulator - iOS 26.2 | iphonesimulator26.2 | 26.2, 26.3 |
| Simulator - iOS 26.4 | iphonesimulator26.4 | 26.4 |
| tvOS 26.0 | appletvos26.0 | 26.0.1 |
| tvOS 26.1 | appletvos26.1 | 26.1.1 |
| tvOS 26.2 | appletvos26.2 | 26.2, 26.3 |
| tvOS 26.4 | appletvos26.4 | 26.4 |
| Simulator - tvOS 26.0 | appletvsimulator26.0 | 26.0.1 |
| Simulator - tvOS 26.1 | appletvsimulator26.1 | 26.1.1 |
| Simulator - tvOS 26.2 | appletvsimulator26.2 | 26.2, 26.3 |
| Simulator - tvOS 26.4 | appletvsimulator26.4 | 26.4 |
| watchOS 26.0 | watchos26.0 | 26.0.1 |
| watchOS 26.1 | watchos26.1 | 26.1.1 |
| watchOS 26.2 | watchos26.2 | 26.2, 26.3 |
| watchOS 26.4 | watchos26.4 | 26.4 |
| Simulator - watchOS 26.0 | watchsimulator26.0 | 26.0.1 |
| Simulator - watchOS 26.1 | watchsimulator26.1 | 26.1.1 |
| Simulator - watchOS 26.2 | watchsimulator26.2 | 26.2, 26.3 |
| Simulator - watchOS 26.4 | watchsimulator26.4 | 26.4 |
| visionOS 26.0 | xros26.0 | 26.0.1 |
| visionOS 26.1 | xros26.1 | 26.1.1 |
| visionOS 26.2 | xros26.2 | 26.2, 26.3 |
| visionOS 26.4 | xros26.4 | 26.4 |
| Simulator - visionOS 26.0 | xrsimulator26.0 | 26.0.1 |
| Simulator - visionOS 26.1 | xrsimulator26.1 | 26.1.1 |
| Simulator - visionOS 26.2 | xrsimulator26.2 | 26.2, 26.3 |
| Simulator - visionOS 26.4 | xrsimulator26.4 | 26.4 |
| DriverKit 25.0 | driverkit25.0 | 26.0.1 |
| DriverKit 25.1 | driverkit25.1 | 26.1.1 |
| DriverKit 25.2 | driverkit25.2 | 26.2, 26.3 |
| DriverKit 25.4 | driverkit25.4 | 26.4 |
#### Installed Simulators
| Name | OS | Simulators |
@@ -224,10 +215,10 @@
| Package Name | Version |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 16.0 |
| Android Emulator | 36.4.9 |
| Android Emulator | 36.3.10 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2) |
| Android SDK Platform-Tools | 37.0.0 |
| Android SDK Platform-Tools | 36.0.2 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5<br>4.1.2 |
| Google Play services | 49 |
+12 -19
View File
@@ -4,10 +4,11 @@
"x64": {
"versions": [
{
"link": "26.3",
"filename": "Xcode_26.3_Universal",
"version": "26.3+17C529",
"sha256": "cf87232e0419785170edcfa070b750f28808ec00b489ab540c08b7d197c79ae4",
"link": "26.3_Release_Candidate",
"filename": "Xcode_26.3_Release_Candidate_Universal",
"version": "26.3+17C519",
"symlinks": ["26.3"],
"sha256": "4a33bf2cc3dbb1aaa9796f8f659b8a55798e27f0eea8e1b60484264f6d6a93a1",
"install_runtimes": "none"
},
{
@@ -15,11 +16,7 @@
"filename": "Xcode_26.2_Universal",
"version": "26.2+17C52",
"sha256": "8f29ab6a9ac6670d3cf53545ffdb1c317d11607fa8db38fc56d3391df7783fbd",
"install_runtimes": [
{ "iOS": ["26.2"] },
{ "watchOS": ["default"] },
{ "tvOS": ["default"] }
]
"install_runtimes": "default"
},
{
"link": "26.1.1",
@@ -86,10 +83,11 @@
"arm64":{
"versions": [
{
"link": "26.3",
"filename": "Xcode_26.3_Universal",
"version": "26.3+17C529",
"sha256": "cf87232e0419785170edcfa070b750f28808ec00b489ab540c08b7d197c79ae4",
"link": "26.3_Release_Candidate",
"filename": "Xcode_26.3_Release_Candidate_Universal",
"version": "26.3+17C519",
"symlinks": ["26.3"],
"sha256": "4a33bf2cc3dbb1aaa9796f8f659b8a55798e27f0eea8e1b60484264f6d6a93a1",
"install_runtimes": "none"
},
{
@@ -97,12 +95,7 @@
"filename": "Xcode_26.2_Universal",
"version": "26.2+17C52",
"sha256": "8f29ab6a9ac6670d3cf53545ffdb1c317d11607fa8db38fc56d3391df7783fbd",
"install_runtimes": [
{ "iOS": ["26.2"] },
{ "watchOS": ["default"] },
{ "tvOS": ["default"] },
{ "visionOS": ["default"] }
]
"install_runtimes": "default"
},
{
"link": "26.1.1",
+20 -27
View File
@@ -4,18 +4,19 @@
"x64": {
"versions": [
{
"link": "26.4_Release_Candidate",
"filename": "Xcode_26.4_Release_Candidate_Universal",
"version": "26.4+17E192",
"link": "26.4_beta",
"filename": "Xcode_26.4_beta_Universal",
"version": "26.4+17E5159k",
"symlinks": ["26.4"],
"sha256": "1049032d89389cc7d803d7097359a7420c2e9747b4ce2b9cf4b81c9f3f634dfa",
"sha256": "c3b9ae14b208909bfb369b3c4bdd23993579afcba10c40bb6825ad7c29f0291e",
"install_runtimes": "none"
},
{
"link": "26.3",
"filename": "Xcode_26.3_Universal",
"version": "26.3+17C529",
"sha256": "cf87232e0419785170edcfa070b750f28808ec00b489ab540c08b7d197c79ae4",
"link": "26.3_Release_Candidate",
"filename": "Xcode_26.3_Release_Candidate_Universal",
"version": "26.3+17C519",
"symlinks": ["26.3"],
"sha256": "4a33bf2cc3dbb1aaa9796f8f659b8a55798e27f0eea8e1b60484264f6d6a93a1",
"install_runtimes": "none"
},
{
@@ -23,11 +24,7 @@
"filename": "Xcode_26.2_Universal",
"version": "26.2+17C52",
"sha256": "8f29ab6a9ac6670d3cf53545ffdb1c317d11607fa8db38fc56d3391df7783fbd",
"install_runtimes": [
{ "iOS": ["26.2"] },
{ "watchOS": ["default"] },
{ "tvOS": ["default"] }
]
"install_runtimes": "default"
},
{
"link": "26.1.1",
@@ -50,18 +47,19 @@
"arm64": {
"versions": [
{
"link": "26.4_Release_Candidate",
"filename": "Xcode_26.4_Release_Candidate_Universal",
"version": "26.4+17E192",
"link": "26.4_beta",
"filename": "Xcode_26.4_beta_Universal",
"version": "26.4+17E5159k",
"symlinks": ["26.4"],
"sha256": "1049032d89389cc7d803d7097359a7420c2e9747b4ce2b9cf4b81c9f3f634dfa",
"sha256": "c3b9ae14b208909bfb369b3c4bdd23993579afcba10c40bb6825ad7c29f0291e",
"install_runtimes": "none"
},
{
"link": "26.3",
"filename": "Xcode_26.3_Universal",
"version": "26.3+17C529",
"sha256": "cf87232e0419785170edcfa070b750f28808ec00b489ab540c08b7d197c79ae4",
"link": "26.3_Release_Candidate",
"filename": "Xcode_26.3_Release_Candidate_Universal",
"version": "26.3+17C519",
"symlinks": ["26.3"],
"sha256": "4a33bf2cc3dbb1aaa9796f8f659b8a55798e27f0eea8e1b60484264f6d6a93a1",
"install_runtimes": "none"
},
{
@@ -69,12 +67,7 @@
"filename": "Xcode_26.2_Universal",
"version": "26.2+17C52",
"sha256": "8f29ab6a9ac6670d3cf53545ffdb1c317d11607fa8db38fc56d3391df7783fbd",
"install_runtimes": [
{ "iOS": ["26.2"] },
{ "watchOS": ["default"] },
{ "tvOS": ["default"] },
{ "visionOS": ["default"] }
]
"install_runtimes": "default"
},
{
"link": "26.1.1",
+63 -63
View File
@@ -5,7 +5,7 @@
# Ubuntu 22.04
- OS Version: 22.04.5 LTS
- Kernel Version: 6.8.0-1044-azure
- Image Version: 20260309.57.1
- Image Version: 20260209.31.1
- Systemd version: 249.11-0ubuntu3.17
## Installed Software
@@ -18,28 +18,28 @@
- Dash 0.5.11+git20210903+057cd650a4ed-3build1
- GNU C++: 10.5.0, 11.4.0, 12.3.0
- GNU Fortran: 10.5.0, 11.4.0, 12.3.0
- Julia 1.12.5
- Julia 1.12.4
- Kotlin 2.3.10-release-465
- Mono 6.12.0.200
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
- Node.js 20.20.1
- Node.js 20.20.0
- Perl 5.34.0
- Python 3.10.12
- Ruby 3.0.2p107
- Swift 6.2.4
- Swift 6.2.3
### Package Management
- cpan 1.64
- Helm 3.20.0
- Homebrew 5.0.16
- Miniconda 26.1.1
- Homebrew 5.0.14
- Miniconda 25.11.1
- Npm 10.8.2
- NuGet 6.6.1.2
- Pip 22.0.2
- Pip3 22.0.2
- Pipx 1.8.0
- RubyGems 3.3.5
- Vcpkg (build from commit 751fdf7bbc)
- Vcpkg (build from commit aa2d37682e)
- Yarn 1.22.22
#### Environment variables
@@ -58,40 +58,40 @@ to accomplish this.
### Project Management
- Ant 1.10.12
- Gradle 9.4.0
- Lerna 9.0.5
- Maven 3.9.13
- Sbt 1.12.5
- Gradle 9.3.1
- Lerna 9.0.3
- Maven 3.9.12
- Sbt 1.12.2
### Tools
- Ansible 2.17.14
- apt-fast 1.10.0
- AzCopy 10.32.1 - available by `azcopy` and `azcopy10` aliases
- AzCopy 10.32.0 - available by `azcopy` and `azcopy10` aliases
- Bazel 9.0.0
- Bazelisk 1.28.1
- Bicep 0.41.2
- Bicep 0.40.2
- Buildah 1.23.1
- CMake 3.31.6
- CodeQL Action Bundle 2.24.3
- Docker Amazon ECR Credential Helper 0.12.0
- Docker Compose v2 2.38.2
- Docker-Buildx 0.32.1
- Docker Client 28.0.4
- Docker Server 28.0.4
- Fastlane 2.232.2
- Git 2.53.0
- CodeQL Action Bundle 2.24.1
- Docker Amazon ECR Credential Helper 0.11.0
- Docker Compose v2 2.40.3
- Docker-Buildx 0.31.1
- Docker Client 29.1.5
- Docker Server 29.1.5
- Fastlane 2.232.0
- Git 2.52.0
- Git LFS 3.7.1
- Git-ftp 1.6.0
- Haveged 1.9.14
- Heroku 10.17.0
- Heroku 10.16.0
- jq 1.6
- Kind 0.31.0
- Kubectl 1.35.2
- Kubectl 1.35.0
- Kustomize 5.8.1
- Leiningen 2.12.0
- MediaInfo 21.09
- Mercurial 6.1.1
- Minikube 1.38.1
- Minikube 1.38.0
- n 10.2.0
- Newman 6.2.2
- nvm 0.40.4
@@ -99,30 +99,30 @@ to accomplish this.
- Packer 1.15.0
- Parcel 2.16.4
- Podman 3.4.4
- Pulumi 3.225.1
- Pulumi 3.219.0
- R 4.5.2
- Skopeo 1.4.1
- Sphinx Open Source Search Server 2.2.11
- SVN 1.14.1
- Terraform 1.14.6
- Terraform 1.14.4
- yamllint 1.38.0
- yq 4.52.4
- yq 4.52.2
- zstd 1.5.7
- Ninja 1.13.2
### CLI Tools
- Alibaba Cloud CLI 3.2.12
- AWS CLI 2.34.5
- AWS CLI Session Manager Plugin 1.2.779.0
- AWS SAM CLI 1.155.2
- Azure CLI 2.84.0
- Alibaba Cloud CLI 3.2.9
- AWS CLI 2.33.18
- AWS CLI Session Manager Plugin 1.2.764.0
- AWS SAM CLI 1.153.1
- Azure CLI 2.83.0
- Azure CLI (azure-devops) 1.0.2
- GitHub CLI 2.87.3
- Google Cloud CLI 559.0.0
- Netlify CLI 24.0.1
- OpenShift CLI 4.21.4
- GitHub CLI 2.86.0
- Google Cloud CLI 555.0.0
- Netlify CLI 23.15.1
- OpenShift CLI 4.21.0
- ORAS CLI 1.3.0
- Vercel CLI 50.29.0
- Vercel CLI 50.13.2
### Java
| Version | Environment Variable |
@@ -145,30 +145,30 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- Cabal 3.16.1.0
- GHC 9.14.1
- GHCup 0.1.50.2
- Stack 3.9.3
- Stack 3.9.1
### Rust Tools
- Cargo 1.94.0
- Rust 1.94.0
- Rustdoc 1.94.0
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
- Bindgen 0.72.1
- Cargo audit 0.22.1
- Cargo clippy 0.1.94
- Cargo clippy 0.1.93
- Cargo outdated 0.17.0
- Cbindgen 0.29.2
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 145.0.7632.159
- ChromeDriver 145.0.7632.117
- Chromium 145.0.7632.0
- Microsoft Edge 145.0.3800.97
- Microsoft Edge WebDriver 145.0.3800.97
- Selenium server 4.41.0
- Mozilla Firefox 148.0
- Google Chrome 144.0.7559.132
- ChromeDriver 144.0.7559.133
- Chromium 144.0.7559.0
- Microsoft Edge 144.0.3719.115
- Microsoft Edge WebDriver 144.0.3719.115
- Selenium server 4.40.0
- Mozilla Firefox 147.0.3
- Geckodriver 0.36.0
#### Environment variables
@@ -180,14 +180,14 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
| SELENIUM_JAR_PATH | /usr/share/java/selenium-server.jar |
### .NET Tools
- .NET Core SDK: 8.0.124, 8.0.206, 8.0.319, 8.0.418, 9.0.114, 9.0.205, 9.0.311, 10.0.102
- .NET Core SDK: 8.0.123, 8.0.206, 8.0.319, 8.0.417, 9.0.113, 9.0.205, 9.0.310, 10.0.102
- nbgv 3.9.50+6feeb89450
### Databases
- sqlite3 3.37.2
#### PostgreSQL
- PostgreSQL 14.22
- PostgreSQL 14.20
```
User: postgres
PostgreSQL service is disabled by default.
@@ -205,7 +205,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### MS SQL
- sqlcmd 17.10.0001.1
- SqlPackage 170.3.93.6
- SqlPackage 170.2.70.1
### Cached Tools
@@ -213,17 +213,17 @@ Use the following command as a part of your job to start the service: 'sudo syst
- 1.22.12
- 1.23.12
- 1.24.13
- 1.25.8
- 1.25.7
#### Node.js
- 20.20.1
- 22.22.1
- 24.14.0
- 20.20.0
- 22.22.0
- 24.13.0
#### Python
- 3.10.20
- 3.11.15
- 3.12.13
- 3.10.19
- 3.11.14
- 3.12.12
- 3.13.12
- 3.14.3
@@ -261,7 +261,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 9.0 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1<br>34.0.0 |
| Android SDK Platform-Tools | 37.0.0 |
| Android SDK Platform-Tools | 36.0.2 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
| Android Support Repository | 47.0.0 |
| CMake | 3.18.1<br>3.22.1<br>3.31.5 |
@@ -291,7 +291,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| brotli | 1.0.9-2build6 |
| bzip2 | 1.0.8-5build1 |
| coreutils | 8.32-4.1ubuntu1.2 |
| curl | 7.81.0-1ubuntu1.22 |
| curl | 7.81.0-1ubuntu1.21 |
| dbus | 1.12.20-2ubuntu4.1 |
| dnsutils | 1:9.18.39-0ubuntu0.22.04.2 |
| dpkg | 1.21.1ubuntu2.6 |
@@ -314,7 +314,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| libc++-dev | 1:14.0-55\~exp2 |
| libc++abi-dev | 1:14.0-55\~exp2 |
| libc6-dev | 2.35-0ubuntu3.13 |
| libcurl4 | 7.81.0-1ubuntu1.22 |
| libcurl4 | 7.81.0-1ubuntu1.21 |
| libgbm-dev | 23.2.1-1ubuntu3.1\~22.04.3 |
| libgconf-2-4 | 3.2.6-7ubuntu2 |
| libgsl-dev | 2.7.1+dfsg-3 |
@@ -322,7 +322,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| libmagic-dev | 1:5.41-3ubuntu0.1 |
| libmagickcore-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5 |
| libmagickwand-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5 |
| libnss3-tools | 2:3.98-0ubuntu0.22.04.3 |
| libnss3-tools | 2:3.98-0ubuntu0.22.04.2 |
| libsecret-1-dev | 0.20.5-2 |
| libsqlite3-dev | 3.37.2-2ubuntu0.5 |
| libssl-dev | 3.0.2-0ubuntu1.21 |
+72 -72
View File
@@ -3,9 +3,9 @@
| [[Windows/Ubuntu] Docker Server and Client will be updated to version 29.1.*, Docker Compose will be updated to version 2.40.3 on February 9th, 2026](https://github.com/actions/runner-images/issues/13474) |
***
# Ubuntu 24.04
- OS Version: 24.04.4 LTS
- Kernel Version: 6.17.0-1008-azure
- Image Version: 20260323.65.1
- OS Version: 24.04.3 LTS
- Kernel Version: 6.14.0-1017-azure
- Image Version: 20260209.23.1
- Systemd version: 255.4-1ubuntu8.12
## Installed Software
@@ -18,25 +18,25 @@
- Dash 0.5.12-6ubuntu5
- GNU C++: 12.4.0, 13.3.0, 14.2.0
- GNU Fortran: 12.4.0, 13.3.0, 14.2.0
- Julia 1.12.5
- Kotlin 2.3.20-release-208
- Node.js 20.20.1
- Julia 1.12.4
- Kotlin 2.3.10-release-465
- Node.js 20.20.0
- Perl 5.38.2
- Python 3.12.3
- Ruby 3.2.3
- Swift 6.2.4
- Swift 6.2.3
### Package Management
- cpan 1.64
- Helm 3.20.1
- Homebrew 5.1.1
- Miniconda 26.1.1
- Helm 3.20.0
- Homebrew 5.0.14
- Miniconda 25.11.1
- Npm 10.8.2
- Pip 24.0
- Pip3 24.0
- Pipx 1.11.0
- Pipx 1.8.0
- RubyGems 3.4.20
- Vcpkg (build from commit 596c7b12a7)
- Vcpkg (build from commit aa2d37682e)
- Yarn 1.22.22
#### Environment variables
@@ -55,36 +55,36 @@ to accomplish this.
### Project Management
- Ant 1.10.14
- Gradle 9.4.1
- Lerna 9.0.7
- Maven 3.9.14
- Gradle 9.3.1
- Lerna 9.0.3
- Maven 3.9.12
### Tools
- Ansible 2.20.4
- AzCopy 10.32.2 - available by `azcopy` and `azcopy10` aliases
- Bazel 9.0.1
- Ansible 2.20.2
- AzCopy 10.32.0 - available by `azcopy` and `azcopy10` aliases
- Bazel 9.0.0
- Bazelisk 1.28.1
- Bicep 0.41.2
- Bicep 0.40.2
- Buildah 1.33.7
- CMake 3.31.6
- CodeQL Action Bundle 2.24.3
- Docker Amazon ECR Credential Helper 0.12.0
- Docker Compose v2 2.38.2
- Docker-Buildx 0.32.1
- Docker Client 28.0.4
- Docker Server 28.0.4
- Fastlane 2.232.2
- Git 2.53.0
- CodeQL Action Bundle 2.24.1
- Docker Amazon ECR Credential Helper 0.11.0
- Docker Compose v2 2.40.3
- Docker-Buildx 0.31.1
- Docker Client 29.1.5
- Docker Server 29.1.5
- Fastlane 2.232.0
- Git 2.52.0
- Git LFS 3.7.1
- Git-ftp 1.6.0
- Haveged 1.9.14
- jq 1.7
- Kind 0.31.0
- Kubectl 1.35.3
- Kubectl 1.35.0
- Kustomize 5.8.1
- MediaInfo 24.01
- Mercurial 6.7.2
- Minikube 1.38.1
- Minikube 1.38.0
- n 10.2.0
- Newman 6.2.2
- nvm 0.40.4
@@ -92,22 +92,22 @@ to accomplish this.
- Packer 1.15.0
- Parcel 2.16.4
- Podman 4.9.3
- Pulumi 3.227.0
- Pulumi 3.219.0
- Skopeo 1.13.3
- Sphinx Open Source Search Server 2.2.11
- yamllint 1.38.0
- yq 4.52.4
- yq 4.52.2
- zstd 1.5.7
- Ninja 1.13.2
### CLI Tools
- AWS CLI 2.34.15
- AWS CLI Session Manager Plugin 1.2.792.0
- AWS SAM CLI 1.156.0
- Azure CLI 2.84.0
- AWS CLI 2.33.18
- AWS CLI Session Manager Plugin 1.2.764.0
- AWS SAM CLI 1.153.1
- Azure CLI 2.83.0
- Azure CLI (azure-devops) 1.0.2
- GitHub CLI 2.88.1
- Google Cloud CLI 561.0.0
- GitHub CLI 2.86.0
- Google Cloud CLI 555.0.0
### Java
| Version | Environment Variable |
@@ -130,25 +130,25 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- Cabal 3.16.1.0
- GHC 9.14.1
- GHCup 0.1.50.2
- Stack 3.9.3
- Stack 3.9.1
### Rust Tools
- Cargo 1.94.0
- Rust 1.94.0
- Rustdoc 1.94.0
- Rustup 1.29.0
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 146.0.7680.164
- ChromeDriver 146.0.7680.165
- Chromium 146.0.7680.0
- Microsoft Edge 146.0.3856.72
- Microsoft Edge WebDriver 146.0.3856.72
- Selenium server 4.41.0
- Mozilla Firefox 148.0.2
- Google Chrome 144.0.7559.132
- ChromeDriver 144.0.7559.133
- Chromium 144.0.7559.0
- Microsoft Edge 144.0.3719.115
- Microsoft Edge WebDriver 144.0.3719.115
- Selenium server 4.40.0
- Mozilla Firefox 147.0.3
- Geckodriver 0.36.0
#### Environment variables
@@ -160,14 +160,14 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
| SELENIUM_JAR_PATH | /usr/share/java/selenium-server.jar |
### .NET Tools
- .NET Core SDK: 8.0.125, 8.0.206, 8.0.319, 8.0.419, 9.0.115, 9.0.205, 9.0.312, 10.0.105, 10.0.201
- .NET Core SDK: 8.0.123, 8.0.206, 8.0.319, 8.0.417, 9.0.113, 9.0.205, 9.0.310, 10.0.102
- nbgv 3.9.50+6feeb89450
### Databases
- sqlite3 3.45.1
#### PostgreSQL
- PostgreSQL 16.13
- PostgreSQL 16.11
```
User: postgres
PostgreSQL service is disabled by default.
@@ -189,39 +189,39 @@ Use the following command as a part of your job to start the service: 'sudo syst
- 1.22.12
- 1.23.12
- 1.24.13
- 1.25.8
- 1.25.7
#### Node.js
- 20.20.1
- 22.22.1
- 24.14.0
- 20.20.0
- 22.22.0
- 24.13.0
#### Python
- 3.10.20
- 3.11.15
- 3.12.13
- 3.10.19
- 3.11.14
- 3.12.12
- 3.13.12
- 3.14.3
#### PyPy
- 3.9.19 [PyPy 7.3.16]
- 3.10.16 [PyPy 7.3.19]
- 3.11.15 [PyPy 7.3.21]
- 3.11.13 [PyPy 7.3.20]
#### Ruby
- 3.2.10
- 3.3.10
- 3.4.9
- 4.0.2
- 3.4.8
- 4.0.1
### PowerShell Tools
- PowerShell 7.4.14
- PowerShell 7.4.13
#### PowerShell Modules
- Az: 14.6.0
- Microsoft.Graph: 2.36.1
- Microsoft.Graph: 2.35.1
- Pester: 5.7.1
- PSScriptAnalyzer: 1.25.0
- PSScriptAnalyzer: 1.24.0
### Web Servers
| Name | Version | ConfigFile | ServiceStatus | ListenPort |
@@ -234,7 +234,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 12.0 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1<br>34.0.0 |
| Android SDK Platform-Tools | 37.0.0 |
| Android SDK Platform-Tools | 36.0.2 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5<br>4.1.2 |
@@ -259,12 +259,12 @@ Use the following command as a part of your job to start the service: 'sudo syst
| aria2 | 1.37.0+debian-1build3 |
| autoconf | 2.71-3 |
| automake | 1:1.16.5-1.3ubuntu1 |
| binutils | 2.42-4ubuntu2.10 |
| binutils | 2.42-4ubuntu2.8 |
| bison | 2:3.8.2+dfsg-1build2 |
| brotli | 1.1.0-2build2 |
| bzip2 | 1.0.8-5.1build0.1 |
| coreutils | 9.4-3ubuntu6.2 |
| curl | 8.5.0-2ubuntu10.8 |
| coreutils | 9.4-3ubuntu6.1 |
| curl | 8.5.0-2ubuntu10.6 |
| dbus | 1.14.10-4ubuntu4.1 |
| dnsutils | 1:9.18.39-0ubuntu0.24.04.2 |
| dpkg | 1.22.6ubuntu6.5 |
@@ -282,7 +282,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| iproute2 | 6.1.0-1ubuntu6.2 |
| iputils-ping | 3:20240117-1ubuntu0.1 |
| jq | 1.7.1-3ubuntu0.24.04.1 |
| libnss3-tools | 2:3.98-1ubuntu0.1 |
| libnss3-tools | 2:3.98-1build1 |
| libsqlite3-dev | 3.45.1-1ubuntu2.5 |
| libssl-dev | 3.0.13-0ubuntu3.7 |
| libtool | 2.4.7-7build1 |
@@ -295,7 +295,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| mercurial | 6.7.2-1ubuntu2.2 |
| net-tools | 2.10-0.1ubuntu4.4 |
| netcat | 1.226-1ubuntu2 |
| openssh-client | 1:9.6p1-3ubuntu13.15 |
| openssh-client | 1:9.6p1-3ubuntu13.14 |
| p7zip-full | 16.02+transitional.1 |
| p7zip-rar | 16.02+transitional.1 |
| parallel | 20231122+ds-1 |
@@ -309,9 +309,9 @@ Use the following command as a part of your job to start the service: 'sudo syst
| shellcheck | 0.9.0-1 |
| sphinxsearch | 2.2.11-8build1 |
| sqlite3 | 3.45.1-1ubuntu2.5 |
| ssh | 1:9.6p1-3ubuntu13.15 |
| ssh | 1:9.6p1-3ubuntu13.14 |
| sshpass | 1.09-1 |
| sudo | 1.9.15p5-3ubuntu5.24.04.2 |
| sudo | 1.9.15p5-3ubuntu5.24.04.1 |
| swig | 4.2.0-2ubuntu1 |
| systemd-coredump | 255.4-1ubuntu8.12 |
| tar | 1.35+dfsg-3build1 |
@@ -65,16 +65,9 @@ systemctl is-enabled --quiet docker.service || systemctl enable docker.service
sleep 10
docker info
# Pull Dependabot docker image
if ! is_ubuntu22; then
# Pull Dependabot docker image
docker pull ghcr.io/dependabot/dependabot-updater-core:latest
# Pull AW docker images
docker pull ghcr.io/github/gh-aw-mcpg:latest
docker pull ghcr.io/github/gh-aw-firewall/agent:latest
docker pull ghcr.io/github/gh-aw-firewall/api-proxy:latest
docker pull ghcr.io/github/gh-aw-firewall/squid:latest
docker pull ghcr.io/github/github-mcp-server:latest
fi
# Download amazon-ecr-credential-helper
@@ -47,11 +47,7 @@ for version in ${dotnet_versions[@]}; do
sdks=("${sdks[@]}" $(echo "${releases}" | jq -r '.releases[].sdks[]?.version | select(contains("preview") or contains("rc") | not)'))
done
sorted_sdks=$(echo ${sdks[@]} | tr ' ' '\n' | sort -rV | awk -F'.' '!seen[$1"."$2"."int($3/100)]++' )
# Issue https://github.com/actions/runner-images/issues/13705
# Workaround for broken .NET SDK 10.0.103 - replace it with .NET SDK 10.0.102
sorted_sdks=$(echo "${sorted_sdks}" | sed 's/^10\.0\.103$/10.0.102/')
sorted_sdks=$(echo ${sdks[@]} | tr ' ' '\n' | sort -r | uniq -w 5)
## Download installer from dot.net
DOTNET_INSTALL_SCRIPT="https://dot.net/v1/dotnet-install.sh"
+4 -4
View File
@@ -73,7 +73,7 @@
"java": {
"default": "11",
"versions": [ "8", "11", "17", "21", "25"],
"maven": "3.9.14"
"maven": "3.9.12"
},
"android": {
"cmdline-tools": "commandlinetools-linux-9477386_latest.zip",
@@ -222,11 +222,11 @@
},
{
"package": "docker-ce-cli",
"version": "28.0.4"
"version": "29.1.5"
},
{
"package": "docker-ce",
"version": "28.0.4"
"version": "29.1.5"
}
],
"plugins": [
@@ -237,7 +237,7 @@
},
{
"plugin": "compose",
"version": "2.38.2",
"version": "2.40.3",
"asset": "linux-x86_64"
}
]
+4 -4
View File
@@ -71,7 +71,7 @@
"java": {
"default": "17",
"versions": [ "8", "11", "17", "21", "25"],
"maven": "3.9.14"
"maven": "3.9.12"
},
"android": {
"cmdline-tools": "commandlinetools-linux-11076708_latest.zip",
@@ -199,11 +199,11 @@
},
{
"package": "docker-ce-cli",
"version": "28.0.4"
"version": "29.1.5"
},
{
"package": "docker-ce",
"version": "28.0.4"
"version": "29.1.5"
}
],
"plugins": [
@@ -214,7 +214,7 @@
},
{
"plugin": "compose",
"version": "2.38.2",
"version": "2.40.3",
"asset": "linux-x86_64"
}
]
+31 -31
View File
@@ -5,7 +5,7 @@
***
# Windows Server 2022
- OS Version: 10.0.20348 Build 4773
- Image Version: 20260301.50.1
- Image Version: 20260217.39.1
## Windows features
- Windows Subsystem for Linux (WSLv1): Enabled
@@ -34,7 +34,7 @@
- pip 26.0.1 (python 3.12)
- Pipx 1.8.0
- RubyGems 3.5.22
- Vcpkg (build from commit 62159a45e1)
- Vcpkg (build from commit 1940ee77e8)
- Yarn 1.22.22
#### Environment variables
@@ -47,29 +47,29 @@
- Ant 1.10.15
- Gradle 9.3
- Maven 3.9.12
- sbt 1.12.4
- sbt 1.12.3
### Tools
- 7zip 26.00
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- Bazel 9.0.0
- Bazelisk 1.28.1
- Bicep 0.41.2
- Bicep 0.40.2
- Cabal 3.16.1.0
- CMake 3.31.6
- CodeQL Action Bundle 2.24.2
- CodeQL Action Bundle 2.24.1
- Docker 29.1.5
- Docker Compose v2 2.40.3
- Docker-wincred 0.9.5
- ghc 9.14.1
- Git 2.53.0.windows.1
- Git LFS 3.7.1
- ImageMagick 7.1.2-15
- ImageMagick 7.1.2-13
- InnoSetup 6.7.1
- jq 1.8.1
- Kind 0.31.0
- Kubectl 1.35.2
- Kubectl 1.35.1
- Mercurial 6.3.1
- gcc 14.2.0
- gdb 16.2
@@ -77,11 +77,11 @@
- Newman 6.2.2
- NSIS 3.10
- OpenSSL 3.6.1
- Packer 1.15.0
- Pulumi 3.224.0
- Packer 1.14.2
- Pulumi 3.220.0
- R 4.5.2
- Service Fabric SDK 10.1.2493.9590
- Stack 3.9.3
- Stack 3.9.1
- Subversion (SVN) 1.14.5
- Swig 4.3.1
- VSWhere 3.1.7
@@ -92,13 +92,13 @@
- Ninja 1.13.2
### CLI Tools
- Alibaba Cloud CLI 3.2.10
- AWS CLI 2.34.0
- Alibaba Cloud CLI 3.2.9
- AWS CLI 2.33.23
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- Azure CLI 2.83.0
- Azure DevOps CLI extension 1.0.2
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
### Rust Tools
- Cargo 1.93.1
@@ -115,14 +115,14 @@
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 145.0.7632.117
- Chrome Driver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge Driver 145.0.3800.82
- Mozilla Firefox 148.0
- Google Chrome 145.0.7632.76
- Chrome Driver 145.0.7632.76
- Microsoft Edge 145.0.3800.58
- Microsoft Edge Driver 145.0.3800.58
- Mozilla Firefox 147.0.4
- Gecko Driver 0.36.0
- IE Driver 4.14.0.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -169,7 +169,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.1
#### Python
- 3.10.11
@@ -197,7 +197,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Property | Value |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| ServiceName | postgresql-x64-14 |
| Version | 14.22 |
| Version | 14.21 |
| ServiceStatus | Stopped |
| ServiceStartType | Disabled |
| EnvironmentVariables | PGBIN=C:\Program Files\PostgreSQL\14\bin <br> PGDATA=C:\PostgreSQL\14\data <br> PGROOT=C:\Program Files\PostgreSQL\14 |
@@ -228,7 +228,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
### Visual Studio Enterprise 2022
| Name | Version | Path |
| ----------------------------- | ------------- | -------------------------------------------------------- |
| Visual Studio Enterprise 2022 | 17.14.37012.4 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
| Visual Studio Enterprise 2022 | 17.14.36930.0 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
#### Workloads, components and extensions
| Package | Version |
@@ -253,12 +253,12 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Component.Unreal.Android | 17.14.36510.44 |
| Component.Unreal.Debugger | 17.14.36907.17 |
| Component.Unreal.Ide | 17.14.36510.44 |
| Component.VisualStudio.GitHub.Copilot | 17.14.37011.9 |
| Component.VisualStudio.GitHub.Copilot | 17.14.36926.9 |
| Component.VSInstallerProjects2022 | 3.0.0 |
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
| Component.Xamarin | 17.14.36510.44 |
| ComponentGroup.Microsoft.NET.AppModernization | 17.14.37011.9 |
| ComponentGroup.Microsoft.NET.AppModernization | 17.14.36705.20 |
| ios | 26.0.9752.0 |
| maccatalyst | 26.0.9752.0 |
| maui.blazor | 9.0.111.6930 |
@@ -402,7 +402,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Microsoft.VisualStudio.Component.Windows10SDK | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.Windows10SDK.19041 | 17.14.36809.9 |
| Microsoft.VisualStudio.Component.Windows11SDK.22621 | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.37011.9 |
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.36907.17 |
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.Workflow | 17.14.36510.44 |
@@ -481,11 +481,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- 10.0.26100.0
### .NET Core Tools
- .NET Core SDK: 8.0.124, 8.0.206, 8.0.319, 8.0.418, 9.0.114, 9.0.205, 9.0.311, 10.0.102
- .NET Core SDK: 8.0.124, 8.0.206, 8.0.319, 8.0.418, 9.0.114, 9.0.205, 9.0.311, 10.0.103
- .NET Framework: 4.7.2, 4.8, 4.8.1
- Microsoft.AspNetCore.App: 6.0.40, 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2
- Microsoft.NETCore.App: 6.0.40, 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2
- Microsoft.WindowsDesktop.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2
- Microsoft.AspNetCore.App: 6.0.40, 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.3
- Microsoft.NETCore.App: 6.0.40, 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.3
- Microsoft.WindowsDesktop.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.3
- nbgv 3.9.50+6feeb89450
### PowerShell Tools
@@ -493,7 +493,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Powershell Modules
- Az: 14.6.0
- AWSPowershell: 5.0.165
- AWSPowershell: 5.0.156
- DockerMsftProvider: 1.0.0.8
- MarkdownPS: 1.10
- Microsoft.Graph: 2.35.1
+65 -65
View File
@@ -4,8 +4,8 @@
| [[Windows/Ubuntu] Docker Server and Client will be updated to version 29.1.*, Docker Compose will be updated to version 2.40.3 on February 9th, 2026](https://github.com/actions/runner-images/issues/13474) |
***
# Windows Server 2025
- OS Version: 10.0.26100 Build 32370
- Image Version: 20260302.43.1
- OS Version: 10.0.26100 Build 32230
- Image Version: 20260209.23.1
## Windows features
- Windows Subsystem for Linux (WSLv1): Enabled
@@ -21,7 +21,7 @@
- LLVM 20.1.8
- Node 22.22.0
- Perl 5.42.0
- PHP 8.5.3
- PHP 8.5.2
- Python 3.12.10
- Ruby 3.3.10
@@ -31,11 +31,11 @@
- Helm 4.1.0
- Miniconda 25.11.1 (pre-installed on the image but not added to PATH)
- NPM 10.9.4
- NuGet 7.3.0.70
- NuGet 7.0.1.1
- pip 26.0.1 (python 3.12)
- Pipx 1.8.0
- RubyGems 3.5.22
- Vcpkg (build from commit 39a6cc0e44)
- Vcpkg (build from commit aa2d37682e)
- Yarn 1.22.22
#### Environment variables
@@ -48,39 +48,39 @@
- Ant 1.10.15
- Gradle 9.3
- Maven 3.9.12
- sbt 1.12.5
- sbt 1.12.2
### Tools
- 7zip 26.00
- 7zip 25.01
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- Bazel 9.0.0
- Bazelisk 1.28.1
- Bicep 0.41.2
- Bicep 0.40.2
- Cabal 3.16.1.0
- CMake 3.31.6
- CodeQL Action Bundle 2.24.2
- CodeQL Action Bundle 2.24.1
- Docker 29.1.5
- Docker Compose v2 2.40.3
- Docker-wincred 0.9.5
- ghc 9.14.1
- Git 2.53.0.windows.1
- Git LFS 3.7.1
- ImageMagick 7.1.2-15
- InnoSetup 6.7.1
- ImageMagick 7.1.2-13
- InnoSetup 6.7.0
- jq 1.8.1
- Kind 0.31.0
- Kubectl 1.35.2
- Kubectl 1.35.0
- gcc 15.2.0
- gdb 17.1
- GNU Binutils 2.46
- gdb 16.3
- GNU Binutils 2.45
- Newman 6.2.2
- OpenSSL 3.6.1
- Packer 1.15.0
- Pulumi 3.224.0
- Packer 1.14.2
- Pulumi 3.219.0
- R 4.5.2
- Service Fabric SDK 10.1.2493.9590
- Stack 3.9.3
- Stack 3.9.1
- Swig 4.3.1
- VSWhere 3.1.7
- WinAppDriver 1.2.2009.02003
@@ -90,17 +90,17 @@
- Ninja 1.13.2
### CLI Tools
- AWS CLI 2.34.0
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- AWS CLI 2.33.17
- AWS SAM CLI 1.153.1
- AWS Session Manager CLI 1.2.764.0
- Azure CLI 2.83.0
- Azure DevOps CLI extension 1.0.2
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
### Rust Tools
- Cargo 1.93.1
- Rust 1.93.1
- Rustdoc 1.93.1
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
@@ -108,14 +108,14 @@
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 145.0.7632.117
- Chrome Driver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge Driver 145.0.3800.82
- Mozilla Firefox 148.0
- Google Chrome 144.0.7559.133
- Chrome Driver 144.0.7559.133
- Microsoft Edge 144.0.3719.115
- Microsoft Edge Driver 144.0.3719.115
- Mozilla Firefox 147.0.3
- Gecko Driver 0.36.0
- IE Driver 4.14.0.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -162,7 +162,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.0
#### Python
- 3.10.11
@@ -187,7 +187,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Property | Value |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| ServiceName | postgresql-x64-17 |
| Version | 17.9 |
| Version | 17.7 |
| ServiceStatus | Stopped |
| ServiceStartType | Disabled |
| EnvironmentVariables | PGBIN=C:\Program Files\PostgreSQL\17\bin <br> PGDATA=C:\PostgreSQL\17\data <br> PGROOT=C:\Program Files\PostgreSQL\17 |
@@ -198,16 +198,16 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### MongoDB
| Version | ServiceName | ServiceStatus | ServiceStartType |
| -------- | ----------- | ------------- | ---------------- |
| 7.0.30.0 | MongoDB | Stopped | Disabled |
| 7.0.29.0 | MongoDB | Stopped | Disabled |
### Database tools
- Azure CosmosDb Emulator 2.14.27.0
- DacFx 170.3.93.6
- Azure CosmosDb Emulator 2.14.26.0
- DacFx 170.2.70.1
- MySQL 8.0.45.0
- SQL OLEDB Driver 18 18.7.5.0
- SQL OLEDB Driver 19 19.4.1.0
- SQLPS 1.0
- MongoDB Shell (mongosh) 2.7.0
- MongoDB Shell (mongosh) 2.6.0
### Web Servers
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
@@ -216,9 +216,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Nginx | 1.29.5 | C:\tools\nginx-1.29.5\conf\nginx.conf | nginx | Stopped | 80 |
### Visual Studio Enterprise 2022
| Name | Version | Path |
| ----------------------------- | ------------- | -------------------------------------------------------- |
| Visual Studio Enterprise 2022 | 17.14.37012.4 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
| Name | Version | Path |
| ----------------------------- | -------------- | -------------------------------------------------------- |
| Visual Studio Enterprise 2022 | 17.14.36915.13 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
#### Workloads, components and extensions
| Package | Version |
@@ -241,11 +241,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Component.UnityEngine.x64 | 17.14.36510.44 |
| Component.Unreal.Debugger | 17.14.36907.17 |
| Component.Unreal.Ide | 17.14.36510.44 |
| Component.VisualStudio.GitHub.Copilot | 17.14.37011.9 |
| Component.VisualStudio.GitHub.Copilot | 17.14.36915.8 |
| Component.VSInstallerProjects2022 | 3.0.0 |
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
| ComponentGroup.Microsoft.NET.AppModernization | 17.14.37011.9 |
| ComponentGroup.Microsoft.NET.AppModernization | 17.14.36705.20 |
| ios | 26.0.9752.0 |
| maccatalyst | 26.0.9752.0 |
| maui.blazor | 9.0.111.6930 |
@@ -274,19 +274,19 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 17.14.36510.44 |
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 17.14.36510.44 |
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 17.14.36510.44 |
| microsoft.net.runtime.android | 9.0.1326.6317 |
| microsoft.net.runtime.android.aot | 9.0.1326.6317 |
| microsoft.net.runtime.android.aot.net8 | 9.0.1326.6317 |
| microsoft.net.runtime.android.net8 | 9.0.1326.6317 |
| microsoft.net.runtime.ios | 9.0.1326.6317 |
| microsoft.net.runtime.maccatalyst | 9.0.1326.6317 |
| microsoft.net.runtime.mono.tooling | 9.0.1326.6317 |
| microsoft.net.runtime.mono.tooling.net8 | 9.0.1326.6317 |
| microsoft.net.sdk.emscripten | 9.0.14.5604 |
| microsoft.net.runtime.android | 9.0.1225.60609 |
| microsoft.net.runtime.android.aot | 9.0.1225.60609 |
| microsoft.net.runtime.android.aot.net8 | 9.0.1225.60609 |
| microsoft.net.runtime.android.net8 | 9.0.1225.60609 |
| microsoft.net.runtime.ios | 9.0.1225.60609 |
| microsoft.net.runtime.maccatalyst | 9.0.1225.60609 |
| microsoft.net.runtime.mono.tooling | 9.0.1225.60609 |
| microsoft.net.runtime.mono.tooling.net8 | 9.0.1225.60609 |
| microsoft.net.sdk.emscripten | 9.0.13.10239 |
| Microsoft.NetCore.Component.DevelopmentTools | 17.14.36510.44 |
| Microsoft.NetCore.Component.Runtime.8.0 | 17.14.36928.8 |
| Microsoft.NetCore.Component.Runtime.9.0 | 17.14.36928.8 |
| Microsoft.NetCore.Component.SDK | 17.14.36928.8 |
| Microsoft.NetCore.Component.Runtime.8.0 | 17.14.36907.17 |
| Microsoft.NetCore.Component.Runtime.9.0 | 17.14.36915.8 |
| Microsoft.NetCore.Component.SDK | 17.14.36915.8 |
| Microsoft.NetCore.Component.Web | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.AspNet | 17.14.36510.44 |
@@ -386,7 +386,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Microsoft.VisualStudio.Component.Web | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.WebDeploy | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.Windows10SDK | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.37011.9 |
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.36907.17 |
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 17.14.36510.44 |
| Microsoft.VisualStudio.Component.Workflow | 17.14.36510.44 |
@@ -434,9 +434,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Microsoft.VisualStudio.Workload.Python | 17.14.36015.10 |
| Microsoft.VisualStudio.Workload.Universal | 17.14.36331.10 |
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 17.14.36015.10 |
| runtimes.ios | 9.0.1326.6317 |
| runtimes.maccatalyst | 9.0.1326.6317 |
| wasm.tools | 9.0.1326.6317 |
| runtimes.ios | 9.0.1225.60609 |
| runtimes.maccatalyst | 9.0.1225.60609 |
| wasm.tools | 9.0.1225.60609 |
| ProBITools.MicrosoftAnalysisServicesModelingProjects2022 | 4.0.0 |
| ProBITools.MicrosoftReportProjectsforVisualStudio2022 | 4.0.0 |
| SSIS.MicrosoftDataToolsIntegrationServices | 2.1.2 |
@@ -461,11 +461,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- 10.0.26100.0
### .NET Core Tools
- .NET Core SDK: 8.0.124, 8.0.206, 8.0.319, 8.0.418, 9.0.114, 9.0.205, 9.0.311, 10.0.102
- .NET Core SDK: 8.0.123, 8.0.206, 8.0.319, 8.0.417, 9.0.113, 9.0.205, 9.0.310, 10.0.102
- .NET Framework: 4.8, 4.8.1
- Microsoft.AspNetCore.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2
- Microsoft.NETCore.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2
- Microsoft.WindowsDesktop.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2
- Microsoft.AspNetCore.App: 8.0.6, 8.0.22, 8.0.23, 9.0.6, 9.0.12, 10.0.2
- Microsoft.NETCore.App: 8.0.6, 8.0.22, 8.0.23, 9.0.6, 9.0.12, 10.0.2
- Microsoft.WindowsDesktop.App: 8.0.6, 8.0.22, 8.0.23, 9.0.6, 9.0.12, 10.0.2
- nbgv 3.9.50+6feeb89450
### PowerShell Tools
@@ -473,7 +473,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Powershell Modules
- Az: 14.6.0
- AWSPowershell: 5.0.165
- AWSPowershell: 5.0.150
- DockerMsftProvider: 1.0.0.8
- MarkdownPS: 1.10
- Microsoft.Graph: 2.35.1
@@ -488,10 +488,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 16.0 |
| Android Emulator | 36.4.9 |
| Android Emulator | 36.3.10 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1<br>34.0.0 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
| Android SDK Platform-Tools | 37.0.0 |
| Android SDK Platform-Tools | 36.0.2 |
| Android Support Repository | 47.0.0 |
| CMake | 3.30.5<br>3.31.5<br>4.1.2 |
| Google Play services | 49 |
+238 -238
View File
@@ -4,8 +4,8 @@
| [[Windows/Ubuntu] Docker Server and Client will be updated to version 29.1.*, Docker Compose will be updated to version 2.40.3 on February 9th, 2026](https://github.com/actions/runner-images/issues/13474) |
***
# Windows Server 2025
- OS Version: 10.0.26100 Build 32370
- Image Version: 20260301.27.1
- OS Version: 10.0.26100 Build 32230
- Image Version: 20260209.8.1
## Windows features
- Windows Subsystem for Linux (WSLv1): Enabled
@@ -21,7 +21,7 @@
- LLVM 20.1.8
- Node 22.22.0
- Perl 5.42.0
- PHP 8.5.3
- PHP 8.5.2
- Python 3.12.10
- Ruby 3.3.10
@@ -31,11 +31,11 @@
- Helm 4.1.0
- Miniconda 25.11.1 (pre-installed on the image but not added to PATH)
- NPM 10.9.4
- NuGet 7.3.0.70
- NuGet 7.0.1.1
- pip 26.0.1 (python 3.12)
- Pipx 1.8.0
- RubyGems 3.5.22
- Vcpkg (build from commit 62159a45e1)
- Vcpkg (build from commit aa2d37682e)
- Yarn 1.22.22
#### Environment variables
@@ -48,39 +48,39 @@
- Ant 1.10.15
- Gradle 9.3
- Maven 3.9.12
- sbt 1.12.4
- sbt 1.12.2
### Tools
- 7zip 26.00
- 7zip 25.01
- aria2 1.37.0
- azcopy 10.32.1
- azcopy 10.32.0
- Bazel 9.0.0
- Bazelisk 1.28.1
- Bicep 0.41.2
- Bicep 0.40.2
- Cabal 3.16.1.0
- CMake 4.2.3
- CodeQL Action Bundle 2.24.2
- CodeQL Action Bundle 2.24.1
- Docker 29.1.5
- Docker Compose v2 2.40.3
- Docker-wincred 0.9.5
- ghc 9.14.1
- Git 2.53.0.windows.1
- Git LFS 3.7.1
- ImageMagick 7.1.2-15
- InnoSetup 6.7.1
- ImageMagick 7.1.2-13
- InnoSetup 6.7.0
- jq 1.8.1
- Kind 0.31.0
- Kubectl 1.35.2
- Kubectl 1.35.0
- gcc 15.2.0
- gdb 17.1
- GNU Binutils 2.46
- gdb 16.3
- GNU Binutils 2.45
- Newman 6.2.2
- OpenSSL 3.6.1
- Packer 1.15.0
- Pulumi 3.224.0
- Packer 1.14.2
- Pulumi 3.219.0
- R 4.5.2
- Service Fabric SDK 10.1.2493.9590
- Stack 3.9.3
- Stack 3.9.1
- Swig 4.3.1
- VSWhere 3.1.7
- WinAppDriver 1.2.2009.02003
@@ -90,17 +90,17 @@
- Ninja 1.13.2
### CLI Tools
- AWS CLI 2.34.0
- AWS SAM CLI 1.154.0
- AWS Session Manager CLI 1.2.779.0
- AWS CLI 2.33.17
- AWS SAM CLI 1.153.1
- AWS Session Manager CLI 1.2.764.0
- Azure CLI 2.83.0
- Azure DevOps CLI extension 1.0.2
- GitHub CLI 2.87.3
- GitHub CLI 2.86.0
### Rust Tools
- Cargo 1.93.1
- Rust 1.93.1
- Rustdoc 1.93.1
- Cargo 1.93.0
- Rust 1.93.0
- Rustdoc 1.93.0
- Rustup 1.28.2
#### Packages
@@ -108,14 +108,14 @@
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 145.0.7632.117
- Chrome Driver 145.0.7632.117
- Microsoft Edge 145.0.3800.82
- Microsoft Edge Driver 145.0.3800.82
- Mozilla Firefox 148.0
- Google Chrome 144.0.7559.133
- Chrome Driver 144.0.7559.133
- Microsoft Edge 144.0.3719.115
- Microsoft Edge Driver 144.0.3719.115
- Mozilla Firefox 147.0.3
- Gecko Driver 0.36.0
- IE Driver 4.14.0.0
- Selenium server 4.41.0
- Selenium server 4.40.0
#### Environment variables
| Name | Value |
@@ -162,7 +162,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Node.js
- 20.20.0
- 22.22.0
- 24.14.0
- 24.13.0
#### Python
- 3.10.11
@@ -187,7 +187,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Property | Value |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| ServiceName | postgresql-x64-17 |
| Version | 17.9 |
| Version | 17.7 |
| ServiceStatus | Stopped |
| ServiceStartType | Disabled |
| EnvironmentVariables | PGBIN=C:\Program Files\PostgreSQL\17\bin <br> PGDATA=C:\PostgreSQL\17\data <br> PGROOT=C:\Program Files\PostgreSQL\17 |
@@ -198,16 +198,16 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### MongoDB
| Version | ServiceName | ServiceStatus | ServiceStartType |
| -------- | ----------- | ------------- | ---------------- |
| 7.0.30.0 | MongoDB | Stopped | Disabled |
| 7.0.29.0 | MongoDB | Stopped | Disabled |
### Database tools
- Azure CosmosDb Emulator 2.14.27.0
- DacFx 170.3.93.6
- Azure CosmosDb Emulator 2.14.26.0
- DacFx 170.2.70.1
- MySQL 8.0.45.0
- SQL OLEDB Driver 18 18.7.5.0
- SQL OLEDB Driver 19 19.4.1.0
- SQLPS 1.0
- MongoDB Shell (mongosh) 2.7.0
- MongoDB Shell (mongosh) 2.6.0
### Web Servers
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
@@ -216,214 +216,214 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Nginx | 1.29.5 | C:\tools\nginx-1.29.5\conf\nginx.conf | nginx | Stopped | 80 |
### Visual Studio Enterprise 2026
| Name | Version | Path |
| ----------------------------- | ------------- | ------------------------------------------------------ |
| Visual Studio Enterprise 2026 | 18.3.11520.95 | C:\Program Files\Microsoft Visual Studio\18\Enterprise |
| Name | Version | Path |
| ----------------------------- | -------------- | ------------------------------------------------------ |
| Visual Studio Enterprise 2026 | 18.2.11415.280 | C:\Program Files\Microsoft Visual Studio\18\Enterprise |
#### Workloads, components and extensions
| Package | Version |
| ------------------------------------------------------------------------- | --------------- |
| android | 36.1.2.0 |
| Component.Android.NDK.R27C | 18.3.11407.131 |
| Component.Android.SDK.MAUI | 18.3.11407.204 |
| Component.Linux.CMake | 18.3.11407.204 |
| Component.Linux.RemoteFileExplorer | 18.3.11407.204 |
| Component.MDD.Linux | 18.3.11407.204 |
| Component.Microsoft.NET.AppModernization | 18.3.11520.95 |
| Component.Microsoft.VisualStudio.RazorExtension | 18.3.11407.204 |
| Component.Android.NDK.R27C | 18.0.11101.84 |
| Component.Android.SDK.MAUI | 18.0.11101.84 |
| Component.Linux.CMake | 18.0.11101.84 |
| Component.Linux.RemoteFileExplorer | 18.0.11101.84 |
| Component.MDD.Android | 18.1.11302.112 |
| Component.MDD.Linux | 18.0.11101.78 |
| Component.Microsoft.VisualStudio.RazorExtension | 18.0.11101.84 |
| Component.Microsoft.VisualStudio.Tools.Applications.amd64 | 17.0.36522.0 |
| Component.Microsoft.VisualStudio.Web.AzureFunctions | 18.3.11407.204 |
| Component.Microsoft.Web.LibraryManager | 18.3.11407.131 |
| Component.Microsoft.Windows.DriverKit | 10.0.26100.16 |
| Component.OpenJDK | 18.3.11407.204 |
| Component.UnityEngine.x64 | 18.3.11407.204 |
| Component.Unreal.Debugger | 18.3.11407.204 |
| Component.Unreal.Ide | 18.3.11407.204 |
| Component.VisualStudio.GitHub.Copilot | 18.3.11407.204 |
| Component.Microsoft.VisualStudio.Web.AzureFunctions | 18.0.11101.84 |
| Component.Microsoft.Web.LibraryManager | 18.0.11101.84 |
| Component.Microsoft.Windows.DriverKit | 10.0.26100.12 |
| Component.OpenJDK | 18.0.11101.84 |
| Component.UnityEngine.x64 | 18.0.11101.78 |
| Component.Unreal.Debugger | 18.2.11407.205 |
| Component.Unreal.Ide | 18.0.11101.78 |
| Component.VisualStudio.GitHub.Copilot | 18.2.11414.340 |
| Component.VSInstallerProjects2022 | 3.0.0 |
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
| ComponentGroup.Microsoft.NET.AppModernization | 18.3.11407.131 |
| ios | 26.2.10191 |
| maccatalyst | 26.2.10191 |
| maui.blazor | 10.0.20.7528 |
| maui.core | 10.0.20.7528 |
| maui.windows | 10.0.20.7528 |
| Microsoft.Component.Azure.DataLake.Tools | 18.3.11407.204 |
| Microsoft.Component.ClickOnce | 18.3.11407.204 |
| Microsoft.Component.CodeAnalysis.SDK | 18.3.11407.204 |
| Microsoft.Component.MSBuild | 18.3.11407.204 |
| Microsoft.Component.NetFX.Native | 18.3.11407.204 |
| Microsoft.Component.PythonTools | 18.3.11407.204 |
| Microsoft.Component.PythonTools.Web | 18.3.11407.204 |
| Microsoft.Component.VC.Runtime.UCRTSDK | 18.3.11407.204 |
| Microsoft.ComponentGroup.Blend | 18.3.11407.131 |
| Microsoft.ComponentGroup.ClickOnce.Publish | 18.3.11407.131 |
| Microsoft.Net.Component.4.6.2.TargetingPack | 18.3.11407.204 |
| Microsoft.Net.Component.4.6.TargetingPack | 18.3.11407.204 |
| Microsoft.Net.Component.4.7.1.TargetingPack | 18.3.11407.204 |
| Microsoft.Net.Component.4.7.2.TargetingPack | 18.3.11407.204 |
| Microsoft.Net.Component.4.7.TargetingPack | 18.3.11407.204 |
| Microsoft.Net.Component.4.8.1.SDK | 18.3.11407.204 |
| Microsoft.Net.Component.4.8.1.TargetingPack | 18.3.11407.204 |
| Microsoft.Net.Component.4.8.SDK | 18.3.11407.204 |
| Microsoft.Net.Component.4.8.TargetingPack | 18.3.11407.204 |
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 18.3.11407.131 |
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 18.3.11407.131 |
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 18.3.11407.131 |
| microsoft.net.runtime.android | 10.1.326.7603 |
| microsoft.net.runtime.android.aot | 10.1.326.7603 |
| microsoft.net.runtime.android.aot.net9 | 10.1.326.7603 |
| microsoft.net.runtime.android.net9 | 10.1.326.7603 |
| microsoft.net.runtime.ios | 10.1.326.7603 |
| microsoft.net.runtime.ios.net9 | 10.1.326.7603 |
| microsoft.net.runtime.maccatalyst | 10.1.326.7603 |
| microsoft.net.runtime.maccatalyst.net9 | 10.1.326.7603 |
| microsoft.net.runtime.mono.tooling | 10.1.326.7603 |
| microsoft.net.runtime.mono.tooling.net9 | 10.1.326.7603 |
| microsoft.net.sdk.emscripten | 10.1.326.7603 |
| Microsoft.NetCore.Component.DevelopmentTools | 18.3.11407.204 |
| Microsoft.NetCore.Component.Runtime.10.0 | 18.3.11505.172 |
| Microsoft.NetCore.Component.Runtime.8.0 | 18.3.11505.172 |
| Microsoft.NetCore.Component.SDK | 18.3.11505.172 |
| Microsoft.NetCore.Component.Web | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.AppInsights.Tools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.AspNet | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.AspNet45 | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.ClassDesigner | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.CodeMap | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.CoreEditor | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.CppBuildInsights | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.DiagnosticTools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.DockerTools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.DotNetModelBuilder | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.DslTools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.EntityFramework | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.FSharp | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.FSharp.Desktop | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.FSharp.WebTemplates | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.GraphDocument | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Graphics | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Graphics.Tools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.HLSL | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.IISExpress | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.IntelliCode | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.LinqToSql | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.LiveUnitTesting | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.ManagedDesktop.Core | 18.3.11407.131 |
| Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites | 18.3.11407.131 |
| Microsoft.VisualStudio.Component.MSODBC.SQL | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Node.Tools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.NuGet | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.NuGet.BuildTools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.PortableLibrary | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Roslyn.Compiler | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Roslyn.LanguageServices | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Sharepoint.Tools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.SQL.CLR | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.SQL.DataSources | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.SQL.SSDT | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.TeamOffice | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.TextTemplating | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.TypeScript.TSServer | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Unity | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64 | 18.3.11415.102 |
| Microsoft.VisualStudio.Component.VC.ASAN | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.ATL | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.ATL.ARM64 | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.ATLMFC | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.CLI.Support | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.CMake.Project | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.CoreIde | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.DiagnosticTools | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Llvm.Clang | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.MFC.ARM64 | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Redist.14.Latest | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Redist.MSM | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Vcpkg | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.VSSDK | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Wcf.Tooling | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Web | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.WebDeploy | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Windows10SDK | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 18.3.11505.172 |
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.Workflow | 18.3.11407.204 |
| Microsoft.VisualStudio.Component.WslDebugging | 18.3.11407.204 |
| Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 18.3.11407.204 |
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Maui.All | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Maui.Android | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Maui.Blazor | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Maui.iOS | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Maui.MacCatalyst | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Maui.Shared | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Maui.Windows | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142 | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Web | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.Web.CloudTools | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine | 18.3.11407.131 |
| Microsoft.VisualStudio.ComponentGroup.WindowsAppDevelopment.Prerequisites | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.Azure | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.CoreEditor | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.Data | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.DataScience | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.ManagedDesktop | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.ManagedGame | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.NativeDesktop | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.NativeGame | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.NativeMobile | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.NetCrossPlat | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.NetWeb | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.Node | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.Office | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.Python | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.Universal | 18.3.11407.131 |
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 18.3.11407.131 |
| runtimes.ios | 10.1.326.7603 |
| runtimes.ios.net9 | 10.1.326.7603 |
| runtimes.maccatalyst | 10.1.326.7603 |
| runtimes.maccatalyst.net9 | 10.1.326.7603 |
| wasm.tools | 10.1.326.7603 |
| ComponentGroup.Microsoft.NET.AppModernization | 18.0.11217.1 |
| ios | 26.1.10502 |
| maccatalyst | 26.1.10502 |
| maui.blazor | 10.0.1.7412 |
| maui.core | 10.0.1.7412 |
| maui.windows | 10.0.1.7412 |
| Microsoft.Component.Azure.DataLake.Tools | 18.1.11302.112 |
| Microsoft.Component.ClickOnce | 18.0.11101.78 |
| Microsoft.Component.CodeAnalysis.SDK | 18.0.11101.84 |
| Microsoft.Component.MSBuild | 18.0.11101.78 |
| Microsoft.Component.NetFX.Native | 18.0.11101.78 |
| Microsoft.Component.PythonTools | 18.0.11101.78 |
| Microsoft.Component.PythonTools.Web | 18.0.11101.78 |
| Microsoft.Component.VC.Runtime.UCRTSDK | 18.0.11101.78 |
| Microsoft.ComponentGroup.Blend | 18.0.11101.84 |
| Microsoft.ComponentGroup.ClickOnce.Publish | 18.0.11101.84 |
| Microsoft.Net.Component.4.6.2.TargetingPack | 18.0.11101.78 |
| Microsoft.Net.Component.4.6.TargetingPack | 18.0.11101.84 |
| Microsoft.Net.Component.4.7.1.TargetingPack | 18.0.11101.78 |
| Microsoft.Net.Component.4.7.2.TargetingPack | 18.0.11101.84 |
| Microsoft.Net.Component.4.7.TargetingPack | 18.0.11101.84 |
| Microsoft.Net.Component.4.8.1.SDK | 18.0.11101.78 |
| Microsoft.Net.Component.4.8.1.TargetingPack | 18.0.11101.78 |
| Microsoft.Net.Component.4.8.SDK | 18.0.11101.84 |
| Microsoft.Net.Component.4.8.TargetingPack | 18.0.11101.84 |
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 18.0.11101.84 |
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 18.0.11101.84 |
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 18.0.11101.84 |
| microsoft.net.runtime.android | 10.1.225.61305 |
| microsoft.net.runtime.android.aot | 10.1.225.61305 |
| microsoft.net.runtime.android.aot.net9 | 10.1.225.61305 |
| microsoft.net.runtime.android.net9 | 10.1.225.61305 |
| microsoft.net.runtime.ios | 10.1.225.61305 |
| microsoft.net.runtime.ios.net9 | 10.1.225.61305 |
| microsoft.net.runtime.maccatalyst | 10.1.225.61305 |
| microsoft.net.runtime.maccatalyst.net9 | 10.1.225.61305 |
| microsoft.net.runtime.mono.tooling | 10.1.225.61305 |
| microsoft.net.runtime.mono.tooling.net9 | 10.1.225.61305 |
| microsoft.net.sdk.emscripten | 10.1.225.61305 |
| Microsoft.NetCore.Component.DevelopmentTools | 18.0.11101.78 |
| Microsoft.NetCore.Component.Runtime.10.0 | 18.2.11407.205 |
| Microsoft.NetCore.Component.Runtime.8.0 | 18.2.11407.205 |
| Microsoft.NetCore.Component.SDK | 18.2.11407.205 |
| Microsoft.NetCore.Component.Web | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.AppInsights.Tools | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.AspNet | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.AspNet45 | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.ClassDesigner | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.CodeMap | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.CoreEditor | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.CppBuildInsights | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.DiagnosticTools | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.DockerTools | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.DotNetModelBuilder | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.DslTools | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.EntityFramework | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.FSharp | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.FSharp.Desktop | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.FSharp.WebTemplates | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.GraphDocument | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Graphics | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Graphics.Tools | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.HLSL | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.IISExpress | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.IntelliCode | 18.0.11121.172 |
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.LinqToSql | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.LiveUnitTesting | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.ManagedDesktop.Core | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.MSODBC.SQL | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.Node.Tools | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.NuGet | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.NuGet.BuildTools | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.PortableLibrary | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Roslyn.Compiler | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Roslyn.LanguageServices | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Sharepoint.Tools | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.SQL.CLR | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.SQL.DataSources | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.SQL.SSDT | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.TeamOffice | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.TextTemplating | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.TypeScript.TSServer | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Unity | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 18.0.11123.170 |
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 18.0.11123.170 |
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64 | 18.2.11414.340 |
| Microsoft.VisualStudio.Component.VC.ASAN | 18.0.11123.170 |
| Microsoft.VisualStudio.Component.VC.ATL | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.ATL.ARM64 | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.ATLMFC | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.CLI.Support | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.CMake.Project | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.VC.CoreIde | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.VC.DiagnosticTools | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.VC.Llvm.Clang | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.VC.MFC.ARM64 | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.Redist.14.Latest | 18.0.11123.170 |
| Microsoft.VisualStudio.Component.VC.Redist.MSM | 18.0.11123.170 |
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre | 18.0.11123.170 |
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 18.0.11123.170 |
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 18.1.11302.112 |
| Microsoft.VisualStudio.Component.Vcpkg | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.VSSDK | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Wcf.Tooling | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Web | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.WebDeploy | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.Windows10SDK | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 18.2.11407.205 |
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 18.0.11101.84 |
| Microsoft.VisualStudio.Component.Workflow | 18.0.11101.78 |
| Microsoft.VisualStudio.Component.WslDebugging | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Maui.All | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Maui.Android | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Maui.Blazor | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Maui.iOS | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Maui.MacCatalyst | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Maui.Shared | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Maui.Windows | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 18.1.11302.112 |
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142 | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.Web | 18.0.11111.16 |
| Microsoft.VisualStudio.ComponentGroup.Web.CloudTools | 18.0.11123.170 |
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine | 18.0.11101.84 |
| Microsoft.VisualStudio.ComponentGroup.WindowsAppDevelopment.Prerequisites | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.Azure | 18.2.11406.125 |
| Microsoft.VisualStudio.Workload.CoreEditor | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.Data | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.DataScience | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.ManagedDesktop | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.ManagedGame | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.NativeDesktop | 18.0.11123.170 |
| Microsoft.VisualStudio.Workload.NativeGame | 18.0.11123.170 |
| Microsoft.VisualStudio.Workload.NativeMobile | 18.1.11302.112 |
| Microsoft.VisualStudio.Workload.NetCrossPlat | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.NetWeb | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.Node | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.Office | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.Python | 18.0.11101.84 |
| Microsoft.VisualStudio.Workload.Universal | 18.0.11123.170 |
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 18.0.11101.84 |
| runtimes.ios | 10.1.225.61305 |
| runtimes.ios.net9 | 10.1.225.61305 |
| runtimes.maccatalyst | 10.1.225.61305 |
| runtimes.maccatalyst.net9 | 10.1.225.61305 |
| wasm.tools | 10.1.225.61305 |
| ProBITools.MicrosoftAnalysisServicesModelingProjects2022 | 4.0.0 |
| ProBITools.MicrosoftReportProjectsforVisualStudio2022 | 4.0.0 |
| SSIS.MicrosoftDataToolsIntegrationServices | 2.1.2 |
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 3.0.0 |
| Windows Driver Kit Visual Studio Extension | 10.0.26100.16 |
| Windows Driver Kit Visual Studio Extension | 10.0.26100.12 |
| Windows Software Development Kit | 10.1.26100.7705 |
| WixToolset.WixToolsetVisualStudio2022Extension | 1.0.0.22 |
@@ -443,11 +443,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- 10.0.26100.0
### .NET Core Tools
- .NET Core SDK: 8.0.124, 8.0.206, 8.0.319, 8.0.418, 9.0.114, 9.0.205, 9.0.311, 10.0.102, 10.0.103
- .NET Core SDK: 8.0.123, 8.0.206, 8.0.319, 8.0.417, 9.0.113, 9.0.205, 9.0.310, 10.0.102
- .NET Framework: 4.8, 4.8.1
- Microsoft.AspNetCore.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2, 10.0.3
- Microsoft.NETCore.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2, 10.0.3
- Microsoft.WindowsDesktop.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.2, 10.0.3
- Microsoft.AspNetCore.App: 8.0.6, 8.0.22, 8.0.23, 9.0.6, 9.0.12, 10.0.2
- Microsoft.NETCore.App: 8.0.6, 8.0.22, 8.0.23, 9.0.6, 9.0.12, 10.0.2
- Microsoft.WindowsDesktop.App: 8.0.6, 8.0.22, 8.0.23, 9.0.6, 9.0.12, 10.0.2
- nbgv 3.9.50+6feeb89450
### PowerShell Tools
@@ -455,7 +455,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Powershell Modules
- Az: 14.6.0
- AWSPowershell: 5.0.165
- AWSPowershell: 5.0.150
- DockerMsftProvider: 1.0.0.8
- MarkdownPS: 1.10
- Microsoft.Graph: 2.35.1
@@ -470,7 +470,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 19.0 |
| Android Emulator | 36.4.9 |
| Android Emulator | 36.3.10 |
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1<br>34.0.0 |
| Android SDK Platforms | android-36.1 (rev 1)<br>android-36-ext19 (rev 1)<br>android-36-ext18 (rev 1)<br>android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
| Android SDK Platform-Tools | 36.0.2 |
@@ -107,11 +107,6 @@ if ((Test-IsWin22) -or (Test-IsWin25)) {
# Install and warm up dotnet
foreach ($dotnetVersion in $dotnetToolset.versions) {
$sdkVersionsToInstall = Get-SDKVersionsToInstall -DotnetVersion $dotnetVersion
# Issue https://github.com/actions/runner-images/issues/13705
# Workaround for broken .NET SDK 10.0.103 - replace it with .NET SDK 10.0.102
$sdkVersionsToInstall = $sdkVersionsToInstall | ForEach-Object { if ($_ -eq "10.0.103") { Write-Host ".NET 10.0.103 detected, replacing with 10.0.102"; "10.0.102" } else { $_ } }
foreach ($sdkVersion in $sdkVersionsToInstall) {
Install-DotnetSDK -InstallScriptPath $installScriptPath -SDKVersion $sdkVersion -DotnetVersion $dotnetVersion
if ($dotnetToolset.warmup) {
@@ -53,7 +53,7 @@ function Install-JavaJDK {
)
# Get Java version from api
$assetUrl = Invoke-RestMethod -Uri "https://api.adoptium.net/v3/assets/latest/${JDKVersion}/hotspot?architecture=${Architecture}&os=windows" -Headers @{"Accept" = "application/json"}
$assetUrl = Invoke-RestMethod -Uri "https://api.adoptium.net/v3/assets/latest/${JDKVersion}/hotspot"
$asset = $assetUrl | Where-Object {
$_.binary.os -eq "windows" `
@@ -35,10 +35,10 @@ Function Install-VisualStudio {
[String] $ExtraArgs = ""
)
if ($env:INSTALL_VS_2026) {
$bootstrapperUrl = "https://aka.ms/vs/postGRO-${Channel}/vs_${Edition}.exe"
} else {
if (-not $env:INSTALL_VS_2026) {
$bootstrapperUrl = "https://aka.ms/vs/${Version}/postGRO-${Channel}/vs_${Edition}.exe"
} else {
$bootstrapperUrl = "https://aka.ms/vs/${Version}/${Channel}/vs_${Edition}.exe"
}
$channelUri = "https://aka.ms/vs/${Version}/${Channel}/channel"
$channelId = "VisualStudio.${Version}.Release"