Compare commits
33
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ee09a2ef3 | ||
|
|
d2e7173d53 | ||
|
|
4dba67af9f | ||
|
|
3b1e7044da | ||
|
|
551a8557bb | ||
|
|
4faaaf1aa0 | ||
|
|
cb6343da30 | ||
|
|
9f0f0060cd | ||
|
|
4e1b7569cc | ||
|
|
35b8d55d02 | ||
|
|
13c1652ebc | ||
|
|
94f57f91b5 | ||
|
|
7dec00ffab | ||
|
|
23bb3c3ec7 | ||
|
|
19956ab592 | ||
|
|
6c002f7175 | ||
|
|
e97f2cefd9 | ||
|
|
6a88e384e2 | ||
|
|
8323333063 | ||
|
|
8b47233606 | ||
|
|
f0ec665f80 | ||
|
|
5e94824ace | ||
|
|
fcf2e58ab3 | ||
|
|
fa4bbb1ce0 | ||
|
|
45e26c664e | ||
|
|
b35930c176 | ||
|
|
3837ad5bd4 | ||
|
|
e9732de2ec | ||
|
|
f3769714b8 | ||
|
|
a60594e683 | ||
|
|
7d74944277 | ||
|
|
bc372d1bb2 | ||
|
|
c4351bb5fd |
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 GitHub
|
||||
Copyright (c) 2026 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
|
||||
|
||||
@@ -22,14 +22,14 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
|
||||
| --------------------|--------------|---------------------|------------------|
|
||||
| Ubuntu 24.04<br> | x64 | `ubuntu-latest` or `ubuntu-24.04` | [ubuntu-24.04] |
|
||||
| Ubuntu 22.04<br> | x64 | `ubuntu-22.04` | [ubuntu-22.04] |
|
||||
| Ubuntu Slim  | x64 | `ubuntu-slim` | [ubuntu-slim] |
|
||||
| Ubuntu Slim <br> | x64 | `ubuntu-slim` | [ubuntu-slim] |
|
||||
| macOS 26 Arm64 <br> | arm64 | `macos-26` or `macos-26-xlarge` | [macOS-26-arm64] |
|
||||
| macOS 26  | x64 | `macos-26-large` | [macOS-26] |
|
||||
| macOS 26 <br> | x64 | `macos-26-large` | [macOS-26] |
|
||||
| macOS 15<br> | x64 | `macos-latest-large`, `macos-15-large`, or `macos-15-intel` | [macOS-15] |
|
||||
| macOS 15 Arm64<br> | arm64 | `macos-latest`, `macos-15`, or `macos-15-xlarge` | [macOS-15-arm64] |
|
||||
| macOS 14<br> | x64 | `macos-14-large`| [macOS-14] |
|
||||
| macOS 14 Arm64<br> | arm64 | `macos-14` or `macos-14-xlarge`| [macOS-14-arm64] |
|
||||
| Windows Server 2025 with Visual Studio 2026  | x64 | `windows-2025-vs2026` | [windows-2025-vs2026] |
|
||||
| Windows Server 2025 with Visual Studio 2026 <br> | x64 | `windows-2025-vs2026` | [windows-2025-vs2026] |
|
||||
| Windows Server 2025<br> | x64 | `windows-latest` or `windows-2025` | [windows-2025] |
|
||||
| Windows Server 2022<br> | x64 | `windows-2022` | [windows-2022] |
|
||||
|
||||
|
||||
@@ -1,65 +1,63 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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] Default Xcode on macOS 26 Tahoe will be set to Xcode 26.2 on January 26th](https://github.com/actions/runner-images/issues/13519) |
|
||||
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
|
||||
| [[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) |
|
||||
| [[all OSs] Updating Azure PowerShell Module version to 14.6.0 on January 26th, 2026.](https://github.com/actions/runner-images/issues/13473) |
|
||||
| [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.3 (23J220)
|
||||
- OS Version: macOS 14.8.4 (23J319)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20260126.0146.1
|
||||
- Image Version: 20260218.0207.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .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
|
||||
- .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
|
||||
- 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) - available by `gcc-15` alias
|
||||
- GCC 15 (Homebrew GCC 15.2.0_1) - 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) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.0-release-356
|
||||
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.10-release-465
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.6
|
||||
- Node.js 20.20.0
|
||||
- Perl 5.42.0
|
||||
- PHP 8.5.2
|
||||
- Python3 3.14.2
|
||||
- PHP 8.5.3
|
||||
- Python3 3.14.3
|
||||
- Ruby 3.3.10
|
||||
|
||||
### Package Management
|
||||
- Bundler 4.0.4
|
||||
- Bundler 4.0.6
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.9.4
|
||||
- Homebrew 5.0.12
|
||||
- Composer 2.9.5
|
||||
- Homebrew 5.0.14
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.3 (python 3.14)
|
||||
- Pip3 26.0 (python 3.14)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 4.0.4
|
||||
- Vcpkg 2025 (build from commit 6d332a018c)
|
||||
- RubyGems 4.0.6
|
||||
- Vcpkg 2025 (build from commit 8cf84605ce)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.12
|
||||
- Gradle 9.3.0
|
||||
- Gradle 9.3.1
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.31.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.52.0
|
||||
- Git 2.53.0
|
||||
- Git LFS 3.7.1
|
||||
- GitHub CLI 2.86.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
@@ -67,40 +65,40 @@
|
||||
- gpg (GnuPG) 2.4.9
|
||||
- jq 1.8.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.14.3
|
||||
- Packer 1.15.0
|
||||
- pkgconf 2.5.1
|
||||
- Unxip 3.3
|
||||
- yq 4.50.1
|
||||
- yq 4.52.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.2
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.33.6
|
||||
- AWS SAM CLI 1.152.0
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- Azure CLI 2.82.0
|
||||
- AWS CLI 2.33.24
|
||||
- AWS SAM CLI 1.154.0
|
||||
- AWS Session Manager CLI 1.2.779.0
|
||||
- Azure CLI 2.83.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.39.26
|
||||
- Cmake 4.2.2
|
||||
- CodeQL Action Bundle 2.23.9
|
||||
- Fastlane 2.231.1
|
||||
- SwiftFormat 0.58.7
|
||||
- Xcbeautify 3.1.3
|
||||
- Bicep CLI 0.40.2
|
||||
- Cmake 4.2.3
|
||||
- CodeQL Action Bundle 2.24.1
|
||||
- Fastlane 2.232.1
|
||||
- SwiftFormat 0.59.1
|
||||
- Xcbeautify 3.1.4
|
||||
- Xcode Command Line Tools 16.2.0.0.1.1733547573
|
||||
- Xcodes 1.6.2
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.63.1
|
||||
- SwiftLint 0.63.2
|
||||
|
||||
### Browsers
|
||||
- Safari 26.2 (19623.1.14.18.4)
|
||||
- SafariDriver 26.2 (19623.1.14.18.4)
|
||||
- Google Chrome 144.0.7559.97
|
||||
- Google Chrome for Testing 144.0.7559.96
|
||||
- ChromeDriver 144.0.7559.96
|
||||
- Microsoft Edge 144.0.3719.92
|
||||
- Microsoft Edge WebDriver 144.0.3719.92
|
||||
- Mozilla Firefox 147.0.1
|
||||
- Safari 26.3 (19623.2.7.18.1)
|
||||
- SafariDriver 26.3 (19623.2.7.18.1)
|
||||
- Google Chrome 145.0.7632.76
|
||||
- Google Chrome for Testing 145.0.7632.76
|
||||
- ChromeDriver 145.0.7632.76
|
||||
- Microsoft Edge 145.0.3800.58
|
||||
- Microsoft Edge WebDriver 145.0.3800.58
|
||||
- Mozilla Firefox 147.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.40.0
|
||||
|
||||
@@ -114,11 +112,11 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| --------------------- | -------------------- |
|
||||
| 8.0.472+8 | JAVA_HOME_8_X64 |
|
||||
| 11.0.29+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.17+10 | JAVA_HOME_17_X64 |
|
||||
| 21.0.9+10.0 (default) | JAVA_HOME_21_X64 |
|
||||
| 25.0.1+8.0 | JAVA_HOME_25_X64 |
|
||||
| 8.0.482+8 | JAVA_HOME_8_X64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.18+8 | JAVA_HOME_17_X64 |
|
||||
| 21.0.10+7.0 (default) | JAVA_HOME_21_X64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_X64 |
|
||||
|
||||
### Cached Tools
|
||||
|
||||
@@ -132,24 +130,24 @@
|
||||
- 3.10.19
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
@@ -263,7 +261,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 36.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| 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 |
|
||||
@@ -289,7 +287,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v26/26.2.1-57371/ParallelsDesktop-26.2.1-57371.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v26/26.2.2-57373/ParallelsDesktop-26.2.2-57373.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
|
||||
| [[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.3 (23J220)
|
||||
- OS Version: macOS 14.8.4 (23J319)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20260202.0106.1
|
||||
- Image Version: 20260218.0127.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .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
|
||||
- .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
|
||||
- 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) - available by `gcc-15` alias
|
||||
- GCC 15 (Homebrew GCC 15.2.0_1) - 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) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.0-release-356
|
||||
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.10-release-465
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.20.0
|
||||
- Perl 5.42.0
|
||||
- Python3 3.14.2
|
||||
- Python3 3.14.3
|
||||
- Ruby 3.3.10
|
||||
|
||||
### Package Management
|
||||
- Bundler 4.0.5
|
||||
- Bundler 4.0.6
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 5.0.12
|
||||
- Homebrew 5.0.14
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.3 (python 3.14)
|
||||
- Pip3 26.0 (python 3.14)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 4.0.5
|
||||
- Vcpkg 2025 (build from commit 6d7bf7ef21)
|
||||
- RubyGems 4.0.6
|
||||
- Vcpkg 2025 (build from commit 8cf84605ce)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
@@ -50,12 +50,12 @@
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.31.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.52.0
|
||||
- Git 2.53.0
|
||||
- Git LFS 3.7.1
|
||||
- GitHub CLI 2.86.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
@@ -63,37 +63,37 @@
|
||||
- gpg (GnuPG) 2.4.9
|
||||
- jq 1.8.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.14.3
|
||||
- Packer 1.15.0
|
||||
- pkgconf 2.5.1
|
||||
- Unxip 3.3
|
||||
- yq 4.52.2
|
||||
- yq 4.52.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.2
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.33.12
|
||||
- AWS SAM CLI 1.152.0
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- Azure CLI 2.82.0
|
||||
- AWS CLI 2.33.24
|
||||
- AWS SAM CLI 1.154.0
|
||||
- AWS Session Manager CLI 1.2.779.0
|
||||
- Azure CLI 2.83.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.40.2
|
||||
- Cmake 4.2.3
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- Fastlane 2.231.1
|
||||
- CodeQL Action Bundle 2.24.1
|
||||
- Fastlane 2.232.1
|
||||
- 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.2 (19623.1.14.18.4)
|
||||
- SafariDriver 26.2 (19623.1.14.18.4)
|
||||
- Google Chrome 144.0.7559.110
|
||||
- Google Chrome for Testing 144.0.7559.109
|
||||
- ChromeDriver 144.0.7559.109
|
||||
- Microsoft Edge 144.0.3719.104
|
||||
- Microsoft Edge WebDriver 144.0.3719.104
|
||||
- Mozilla Firefox 147.0.2
|
||||
- Safari 26.3 (19623.2.7.18.1)
|
||||
- SafariDriver 26.3 (19623.2.7.18.1)
|
||||
- Google Chrome 145.0.7632.76
|
||||
- Google Chrome for Testing 145.0.7632.76
|
||||
- ChromeDriver 145.0.7632.76
|
||||
- Microsoft Edge 145.0.3800.58
|
||||
- Microsoft Edge WebDriver 145.0.3800.58
|
||||
- Mozilla Firefox 147.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.40.0
|
||||
|
||||
@@ -107,9 +107,9 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| --------------------- | -------------------- |
|
||||
| 11.0.29+7 | JAVA_HOME_11_arm64 |
|
||||
| 17.0.17+10 | JAVA_HOME_17_arm64 |
|
||||
| 21.0.9+10.0 (default) | JAVA_HOME_21_arm64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_arm64 |
|
||||
| 17.0.18+8 | JAVA_HOME_17_arm64 |
|
||||
| 21.0.10+7.0 (default) | JAVA_HOME_21_arm64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_arm64 |
|
||||
|
||||
### Cached Tools
|
||||
@@ -123,24 +123,24 @@
|
||||
#### Python
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
@@ -259,7 +259,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 36.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| 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 |
|
||||
|
||||
@@ -1,63 +1,61 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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] Default Xcode on macOS 26 Tahoe will be set to Xcode 26.2 on January 26th](https://github.com/actions/runner-images/issues/13519) |
|
||||
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
|
||||
| [[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) |
|
||||
| [[all OSs] Updating Azure PowerShell Module version to 14.6.0 on January 26th, 2026.](https://github.com/actions/runner-images/issues/13473) |
|
||||
| [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.3 (24G419)
|
||||
- OS Version: macOS 15.7.4 (24G517)
|
||||
- Kernel Version: Darwin 24.6.0
|
||||
- Image Version: 20260127.0136.1
|
||||
- Image Version: 20260217.0171.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .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
|
||||
- .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
|
||||
- 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) - available by `gcc-15` alias
|
||||
- GCC 15 (Homebrew GCC 15.2.0_1) - 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) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.0-release-356
|
||||
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.10-release-465
|
||||
- Node.js 22.22.0
|
||||
- Perl 5.42.0
|
||||
- PHP 8.5.2
|
||||
- Python3 3.14.2
|
||||
- PHP 8.5.3
|
||||
- Python3 3.14.3
|
||||
- Ruby 3.3.10
|
||||
|
||||
### Package Management
|
||||
- Bundler 4.0.4
|
||||
- Bundler 4.0.6
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.9.4
|
||||
- Homebrew 5.0.12
|
||||
- Composer 2.9.5
|
||||
- Homebrew 5.0.14
|
||||
- NPM 10.9.4
|
||||
- Pip3 25.3 (python 3.14)
|
||||
- Pip3 26.0 (python 3.14)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 4.0.4
|
||||
- Vcpkg 2025 (build from commit b033f9d742)
|
||||
- RubyGems 4.0.6
|
||||
- Vcpkg 2025 (build from commit e5a1490e14)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.12
|
||||
- Gradle 9.3.0
|
||||
- Gradle 9.3.1
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.31.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.52.0
|
||||
- Git 2.53.0
|
||||
- Git LFS 3.7.1
|
||||
- GitHub CLI 2.86.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
@@ -65,24 +63,24 @@
|
||||
- gpg (GnuPG) 2.4.9
|
||||
- jq 1.8.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.14.3
|
||||
- Packer 1.15.0
|
||||
- pkgconf 2.5.1
|
||||
- Unxip 3.3
|
||||
- yq 4.50.1
|
||||
- yq 4.52.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.2
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.33.7
|
||||
- AWS SAM CLI 1.152.0
|
||||
- AWS CLI 2.33.23
|
||||
- AWS SAM CLI 1.154.0
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- Azure CLI 2.82.0
|
||||
- Azure CLI 2.83.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.40.2
|
||||
- Cmake 4.2.2
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- Fastlane 2.231.1
|
||||
- SwiftFormat 0.59.0
|
||||
- Cmake 4.2.3
|
||||
- CodeQL Action Bundle 2.24.1
|
||||
- Fastlane 2.232.1
|
||||
- SwiftFormat 0.59.1
|
||||
- Xcbeautify 3.1.4
|
||||
- Xcode Command Line Tools 16.4.0.0.1.1747106510
|
||||
- Xcodes 1.6.2
|
||||
@@ -91,14 +89,14 @@
|
||||
- SwiftLint 0.63.2
|
||||
|
||||
### Browsers
|
||||
- Safari 26.2 (20623.1.14.18.4)
|
||||
- SafariDriver 26.2 (20623.1.14.18.4)
|
||||
- Google Chrome 144.0.7559.97
|
||||
- Google Chrome for Testing 144.0.7559.96
|
||||
- ChromeDriver 144.0.7559.96
|
||||
- Microsoft Edge 144.0.3719.92
|
||||
- Microsoft Edge WebDriver 144.0.3719.92
|
||||
- Mozilla Firefox 147.0.1
|
||||
- Safari 26.3 (20623.2.7.18.1)
|
||||
- SafariDriver 26.3 (20623.2.7.18.1)
|
||||
- Google Chrome 145.0.7632.76
|
||||
- Google Chrome for Testing 145.0.7632.76
|
||||
- ChromeDriver 145.0.7632.76
|
||||
- Microsoft Edge 145.0.3800.58
|
||||
- Microsoft Edge WebDriver 145.0.3800.58
|
||||
- Mozilla Firefox 147.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.40.0
|
||||
|
||||
@@ -112,10 +110,10 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| --------------------- | -------------------- |
|
||||
| 11.0.29+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.17+10 | JAVA_HOME_17_X64 |
|
||||
| 21.0.9+10.0 (default) | JAVA_HOME_21_X64 |
|
||||
| 25.0.1+8.0 | JAVA_HOME_25_X64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.18+8 | JAVA_HOME_17_X64 |
|
||||
| 21.0.10+7.0 (default) | JAVA_HOME_21_X64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_X64 |
|
||||
|
||||
### Cached Tools
|
||||
|
||||
@@ -129,24 +127,24 @@
|
||||
- 3.10.19
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
@@ -162,16 +160,17 @@
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | ------------------------------ | -------------------------------------------------------------- |
|
||||
| 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 |
|
||||
@@ -183,7 +182,7 @@
|
||||
| macOS 15.5 | macosx15.5 | 16.4 |
|
||||
| macOS 26.0 | macosx26.0 | 26.0.1 |
|
||||
| macOS 26.1 | macosx26.1 | 26.1.1 |
|
||||
| macOS 26.2 | macosx26.2 | 26.2 |
|
||||
| macOS 26.2 | macosx26.2 | 26.2, 26.3 |
|
||||
| iOS 18.0 | iphoneos18.0 | 16.0 |
|
||||
| iOS 18.1 | iphoneos18.1 | 16.1 |
|
||||
| iOS 18.2 | iphoneos18.2 | 16.2 |
|
||||
@@ -191,7 +190,7 @@
|
||||
| iOS 18.5 | iphoneos18.5 | 16.4 |
|
||||
| iOS 26.0 | iphoneos26.0 | 26.0.1 |
|
||||
| iOS 26.1 | iphoneos26.1 | 26.1.1 |
|
||||
| iOS 26.2 | iphoneos26.2 | 26.2 |
|
||||
| iOS 26.2 | iphoneos26.2 | 26.2, 26.3 |
|
||||
| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
|
||||
| Simulator - iOS 18.1 | iphonesimulator18.1 | 16.1 |
|
||||
| Simulator - iOS 18.2 | iphonesimulator18.2 | 16.2 |
|
||||
@@ -199,7 +198,7 @@
|
||||
| Simulator - iOS 18.5 | iphonesimulator18.5 | 16.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 |
|
||||
| Simulator - iOS 26.2 | iphonesimulator26.2 | 26.2, 26.3 |
|
||||
| tvOS 18.0 | appletvos18.0 | 16.0 |
|
||||
| tvOS 18.1 | appletvos18.1 | 16.1 |
|
||||
| tvOS 18.2 | appletvos18.2 | 16.2 |
|
||||
@@ -207,7 +206,7 @@
|
||||
| tvOS 18.5 | appletvos18.5 | 16.4 |
|
||||
| tvOS 26.0 | appletvos26.0 | 26.0.1 |
|
||||
| tvOS 26.1 | appletvos26.1 | 26.1.1 |
|
||||
| tvOS 26.2 | appletvos26.2 | 26.2 |
|
||||
| tvOS 26.2 | appletvos26.2 | 26.2, 26.3 |
|
||||
| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
|
||||
| Simulator - tvOS 18.1 | appletvsimulator18.1 | 16.1 |
|
||||
| Simulator - tvOS 18.2 | appletvsimulator18.2 | 16.2 |
|
||||
@@ -215,7 +214,7 @@
|
||||
| Simulator - tvOS 18.5 | appletvsimulator18.5 | 16.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 |
|
||||
| Simulator - tvOS 26.2 | appletvsimulator26.2 | 26.2, 26.3 |
|
||||
| watchOS 11.0 | watchos11.0 | 16.0 |
|
||||
| watchOS 11.1 | watchos11.1 | 16.1 |
|
||||
| watchOS 11.2 | watchos11.2 | 16.2 |
|
||||
@@ -223,7 +222,7 @@
|
||||
| watchOS 11.5 | watchos11.5 | 16.4 |
|
||||
| watchOS 26.0 | watchos26.0 | 26.0.1 |
|
||||
| watchOS 26.1 | watchos26.1 | 26.1.1 |
|
||||
| watchOS 26.2 | watchos26.2 | 26.2 |
|
||||
| watchOS 26.2 | watchos26.2 | 26.2, 26.3 |
|
||||
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
|
||||
| Simulator - watchOS 11.1 | watchsimulator11.1 | 16.1 |
|
||||
| Simulator - watchOS 11.2 | watchsimulator11.2 | 16.2 |
|
||||
@@ -231,7 +230,7 @@
|
||||
| Simulator - watchOS 11.5 | watchsimulator11.5 | 16.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 |
|
||||
| Simulator - watchOS 26.2 | watchsimulator26.2 | 26.2, 26.3 |
|
||||
| visionOS 2.0 | xros2.0 | 16.0 |
|
||||
| visionOS 2.1 | xros2.1 | 16.1 |
|
||||
| visionOS 2.2 | xros2.2 | 16.2 |
|
||||
@@ -239,7 +238,7 @@
|
||||
| visionOS 2.5 | xros2.5 | 16.4 |
|
||||
| visionOS 26.0 | xros26.0 | 26.0.1 |
|
||||
| visionOS 26.1 | xros26.1 | 26.1.1 |
|
||||
| visionOS 26.2 | xros26.2 | 26.2 |
|
||||
| visionOS 26.2 | xros26.2 | 26.2, 26.3 |
|
||||
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
|
||||
| Simulator - visionOS 2.1 | xrsimulator2.1 | 16.1 |
|
||||
| Simulator - visionOS 2.2 | xrsimulator2.2 | 16.2 |
|
||||
@@ -247,7 +246,7 @@
|
||||
| Simulator - visionOS 2.5 | xrsimulator2.5 | 16.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 |
|
||||
| Simulator - visionOS 26.2 | xrsimulator26.2 | 26.2, 26.3 |
|
||||
| DriverKit 24.0 | driverkit24.0 | 16.0 |
|
||||
| DriverKit 24.1 | driverkit24.1 | 16.1 |
|
||||
| DriverKit 24.2 | driverkit24.2 | 16.2 |
|
||||
@@ -255,27 +254,28 @@
|
||||
| DriverKit 24.5 | driverkit24.5 | 16.4 |
|
||||
| DriverKit 25.0 | driverkit25.0 | 26.0.1 |
|
||||
| DriverKit 25.1 | driverkit25.1 | 26.1.1 |
|
||||
| DriverKit 25.2 | driverkit25.2 | 26.2 |
|
||||
| DriverKit 25.2 | driverkit25.2 | 26.2, 26.3 |
|
||||
|
||||
#### Installed Simulators
|
||||
| Name | OS | Simulators |
|
||||
| ------------ | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 18.5 | 18.5 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.6 | 18.6 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 26.1 | 26.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| iOS 26.2 | 26.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| tvOS 18.5 | 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.1 | 26.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.2 | 26.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 11.5 | 11.5 | 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 26.1 | 26.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch SE 3 (40mm)<br>Apple Watch SE 3 (44mm)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Series 11 (42mm)<br>Apple Watch Series 11 (46mm)<br>Apple Watch Ultra 2 (49mm)<br>Apple Watch Ultra 3 (49mm) |
|
||||
| watchOS 26.2 | 26.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch SE 3 (40mm)<br>Apple Watch SE 3 (44mm)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Series 11 (42mm)<br>Apple Watch Series 11 (46mm)<br>Apple Watch Ultra 2 (49mm)<br>Apple Watch Ultra 3 (49mm) |
|
||||
| Name | OS | Simulators |
|
||||
| ------------ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 18.5 | 18.5 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.6 | 18.6 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 26.0 | 26.0.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| iOS 26.1 | 26.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| iOS 26.2 | 26.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| tvOS 18.5 | 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.1 | 26.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.2 | 26.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 11.5 | 11.5 | 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 26.1 | 26.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch SE 3 (40mm)<br>Apple Watch SE 3 (44mm)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Series 11 (42mm)<br>Apple Watch Series 11 (46mm)<br>Apple Watch Ultra 2 (49mm)<br>Apple Watch Ultra 3 (49mm) |
|
||||
| watchOS 26.2 | 26.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch SE 3 (40mm)<br>Apple Watch SE 3 (44mm)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Series 11 (42mm)<br>Apple Watch Series 11 (46mm)<br>Apple Watch Ultra 2 (49mm)<br>Apple Watch Ultra 3 (49mm) |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 16.0 |
|
||||
| Android Emulator | 36.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| 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 | 36.0.2 |
|
||||
@@ -301,7 +301,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v26/26.2.1-57371/ParallelsDesktop-26.2.1-57371.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v26/26.2.2-57373/ParallelsDesktop-26.2.2-57373.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,61 +1,59 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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] Default Xcode on macOS 26 Tahoe will be set to Xcode 26.2 on January 26th](https://github.com/actions/runner-images/issues/13519) |
|
||||
| [macOS 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
|
||||
| [[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) |
|
||||
| [[all OSs] Updating Azure PowerShell Module version to 14.6.0 on January 26th, 2026.](https://github.com/actions/runner-images/issues/13473) |
|
||||
| [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.3 (24G419)
|
||||
- OS Version: macOS 15.7.4 (24G517)
|
||||
- Kernel Version: Darwin 24.6.0
|
||||
- Image Version: 20260127.0129.1
|
||||
- Image Version: 20260217.0157.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .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
|
||||
- .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
|
||||
- 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) - available by `gcc-15` alias
|
||||
- GCC 15 (Homebrew GCC 15.2.0_1) - 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) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.0-release-356
|
||||
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.10-release-465
|
||||
- Node.js 22.22.0
|
||||
- Perl 5.42.0
|
||||
- Python3 3.14.2
|
||||
- Python3 3.14.3
|
||||
- Ruby 3.3.10
|
||||
|
||||
### Package Management
|
||||
- Bundler 4.0.4
|
||||
- Bundler 4.0.6
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 5.0.12
|
||||
- Homebrew 5.0.14
|
||||
- NPM 10.9.4
|
||||
- Pip3 25.3 (python 3.14)
|
||||
- Pip3 26.0 (python 3.14)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 4.0.4
|
||||
- Vcpkg 2025 (build from commit b033f9d742)
|
||||
- RubyGems 4.0.6
|
||||
- Vcpkg 2025 (build from commit e5a1490e14)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.12
|
||||
- Gradle 9.3.0
|
||||
- Gradle 9.3.1
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.31.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.52.0
|
||||
- Git 2.53.0
|
||||
- Git LFS 3.7.1
|
||||
- GitHub CLI 2.86.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
@@ -63,37 +61,37 @@
|
||||
- gpg (GnuPG) 2.4.9
|
||||
- jq 1.8.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.14.3
|
||||
- Packer 1.15.0
|
||||
- pkgconf 2.5.1
|
||||
- Unxip 3.3
|
||||
- yq 4.50.1
|
||||
- yq 4.52.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.2
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.33.7
|
||||
- AWS SAM CLI 1.152.0
|
||||
- AWS CLI 2.33.23
|
||||
- AWS SAM CLI 1.154.0
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- Azure CLI 2.82.0
|
||||
- Azure CLI 2.83.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.40.2
|
||||
- Cmake 4.2.2
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- Fastlane 2.231.1
|
||||
- SwiftFormat 0.59.0
|
||||
- Cmake 4.2.3
|
||||
- CodeQL Action Bundle 2.24.1
|
||||
- Fastlane 2.232.1
|
||||
- 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.2 (20623.1.14.18.4)
|
||||
- SafariDriver 26.2 (20623.1.14.18.4)
|
||||
- Google Chrome 144.0.7559.97
|
||||
- Google Chrome for Testing 144.0.7559.96
|
||||
- ChromeDriver 144.0.7559.96
|
||||
- Microsoft Edge 144.0.3719.92
|
||||
- Microsoft Edge WebDriver 144.0.3719.92
|
||||
- Mozilla Firefox 147.0.1
|
||||
- Safari 26.3 (20623.2.7.18.1)
|
||||
- SafariDriver 26.3 (20623.2.7.18.1)
|
||||
- Google Chrome 145.0.7632.76
|
||||
- Google Chrome for Testing 145.0.7632.76
|
||||
- ChromeDriver 145.0.7632.76
|
||||
- Microsoft Edge 145.0.3800.58
|
||||
- Microsoft Edge WebDriver 145.0.3800.58
|
||||
- Mozilla Firefox 147.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.40.0
|
||||
|
||||
@@ -107,10 +105,10 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| --------------------- | -------------------- |
|
||||
| 11.0.29+7 | JAVA_HOME_11_arm64 |
|
||||
| 17.0.17+10 | JAVA_HOME_17_arm64 |
|
||||
| 21.0.9+10.0 (default) | JAVA_HOME_21_arm64 |
|
||||
| 25.0.1+8.0 | JAVA_HOME_25_arm64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_arm64 |
|
||||
| 17.0.18+8 | JAVA_HOME_17_arm64 |
|
||||
| 21.0.10+7.0 (default) | JAVA_HOME_21_arm64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_arm64 |
|
||||
|
||||
### Cached Tools
|
||||
|
||||
@@ -123,24 +121,24 @@
|
||||
#### Python
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
@@ -156,16 +154,17 @@
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | ------------------------------ | -------------------------------------------------------------- |
|
||||
| 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 |
|
||||
@@ -177,7 +176,7 @@
|
||||
| macOS 15.5 | macosx15.5 | 16.4 |
|
||||
| macOS 26.0 | macosx26.0 | 26.0.1 |
|
||||
| macOS 26.1 | macosx26.1 | 26.1.1 |
|
||||
| macOS 26.2 | macosx26.2 | 26.2 |
|
||||
| macOS 26.2 | macosx26.2 | 26.2, 26.3 |
|
||||
| iOS 18.0 | iphoneos18.0 | 16.0 |
|
||||
| iOS 18.1 | iphoneos18.1 | 16.1 |
|
||||
| iOS 18.2 | iphoneos18.2 | 16.2 |
|
||||
@@ -185,7 +184,7 @@
|
||||
| iOS 18.5 | iphoneos18.5 | 16.4 |
|
||||
| iOS 26.0 | iphoneos26.0 | 26.0.1 |
|
||||
| iOS 26.1 | iphoneos26.1 | 26.1.1 |
|
||||
| iOS 26.2 | iphoneos26.2 | 26.2 |
|
||||
| iOS 26.2 | iphoneos26.2 | 26.2, 26.3 |
|
||||
| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
|
||||
| Simulator - iOS 18.1 | iphonesimulator18.1 | 16.1 |
|
||||
| Simulator - iOS 18.2 | iphonesimulator18.2 | 16.2 |
|
||||
@@ -193,7 +192,7 @@
|
||||
| Simulator - iOS 18.5 | iphonesimulator18.5 | 16.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 |
|
||||
| Simulator - iOS 26.2 | iphonesimulator26.2 | 26.2, 26.3 |
|
||||
| tvOS 18.0 | appletvos18.0 | 16.0 |
|
||||
| tvOS 18.1 | appletvos18.1 | 16.1 |
|
||||
| tvOS 18.2 | appletvos18.2 | 16.2 |
|
||||
@@ -201,7 +200,7 @@
|
||||
| tvOS 18.5 | appletvos18.5 | 16.4 |
|
||||
| tvOS 26.0 | appletvos26.0 | 26.0.1 |
|
||||
| tvOS 26.1 | appletvos26.1 | 26.1.1 |
|
||||
| tvOS 26.2 | appletvos26.2 | 26.2 |
|
||||
| tvOS 26.2 | appletvos26.2 | 26.2, 26.3 |
|
||||
| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
|
||||
| Simulator - tvOS 18.1 | appletvsimulator18.1 | 16.1 |
|
||||
| Simulator - tvOS 18.2 | appletvsimulator18.2 | 16.2 |
|
||||
@@ -209,7 +208,7 @@
|
||||
| Simulator - tvOS 18.5 | appletvsimulator18.5 | 16.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 |
|
||||
| Simulator - tvOS 26.2 | appletvsimulator26.2 | 26.2, 26.3 |
|
||||
| watchOS 11.0 | watchos11.0 | 16.0 |
|
||||
| watchOS 11.1 | watchos11.1 | 16.1 |
|
||||
| watchOS 11.2 | watchos11.2 | 16.2 |
|
||||
@@ -217,7 +216,7 @@
|
||||
| watchOS 11.5 | watchos11.5 | 16.4 |
|
||||
| watchOS 26.0 | watchos26.0 | 26.0.1 |
|
||||
| watchOS 26.1 | watchos26.1 | 26.1.1 |
|
||||
| watchOS 26.2 | watchos26.2 | 26.2 |
|
||||
| watchOS 26.2 | watchos26.2 | 26.2, 26.3 |
|
||||
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
|
||||
| Simulator - watchOS 11.1 | watchsimulator11.1 | 16.1 |
|
||||
| Simulator - watchOS 11.2 | watchsimulator11.2 | 16.2 |
|
||||
@@ -225,7 +224,7 @@
|
||||
| Simulator - watchOS 11.5 | watchsimulator11.5 | 16.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 |
|
||||
| Simulator - watchOS 26.2 | watchsimulator26.2 | 26.2, 26.3 |
|
||||
| visionOS 2.0 | xros2.0 | 16.0 |
|
||||
| visionOS 2.1 | xros2.1 | 16.1 |
|
||||
| visionOS 2.2 | xros2.2 | 16.2 |
|
||||
@@ -233,7 +232,7 @@
|
||||
| visionOS 2.5 | xros2.5 | 16.4 |
|
||||
| visionOS 26.0 | xros26.0 | 26.0.1 |
|
||||
| visionOS 26.1 | xros26.1 | 26.1.1 |
|
||||
| visionOS 26.2 | xros26.2 | 26.2 |
|
||||
| visionOS 26.2 | xros26.2 | 26.2, 26.3 |
|
||||
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
|
||||
| Simulator - visionOS 2.1 | xrsimulator2.1 | 16.1 |
|
||||
| Simulator - visionOS 2.2 | xrsimulator2.2 | 16.2 |
|
||||
@@ -241,7 +240,7 @@
|
||||
| Simulator - visionOS 2.5 | xrsimulator2.5 | 16.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 |
|
||||
| Simulator - visionOS 26.2 | xrsimulator26.2 | 26.2, 26.3 |
|
||||
| DriverKit 24.0 | driverkit24.0 | 16.0 |
|
||||
| DriverKit 24.1 | driverkit24.1 | 16.1 |
|
||||
| DriverKit 24.2 | driverkit24.2 | 16.2 |
|
||||
@@ -249,32 +248,33 @@
|
||||
| DriverKit 24.5 | driverkit24.5 | 16.4 |
|
||||
| DriverKit 25.0 | driverkit25.0 | 26.0.1 |
|
||||
| DriverKit 25.1 | driverkit25.1 | 26.1.1 |
|
||||
| DriverKit 25.2 | driverkit25.2 | 26.2 |
|
||||
| DriverKit 25.2 | driverkit25.2 | 26.2, 26.3 |
|
||||
|
||||
#### Installed Simulators
|
||||
| Name | OS | Simulators |
|
||||
| ------------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 18.5 | 18.5 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.6 | 18.6 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 26.1 | 26.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| iOS 26.2 | 26.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| tvOS 18.5 | 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.1 | 26.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.2 | 26.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 11.5 | 11.5 | 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 26.1 | 26.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch SE 3 (40mm)<br>Apple Watch SE 3 (44mm)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Series 11 (42mm)<br>Apple Watch Series 11 (46mm)<br>Apple Watch Ultra 2 (49mm)<br>Apple Watch Ultra 3 (49mm) |
|
||||
| watchOS 26.2 | 26.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch SE 3 (40mm)<br>Apple Watch SE 3 (44mm)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Series 11 (42mm)<br>Apple Watch Series 11 (46mm)<br>Apple Watch Ultra 2 (49mm)<br>Apple Watch Ultra 3 (49mm) |
|
||||
| visionOS 2.3 | 2.3 | Apple Vision Pro |
|
||||
| visionOS 2.4 | 2.4 | Apple Vision Pro |
|
||||
| visionOS 2.5 | 2.5 | Apple Vision Pro |
|
||||
| visionOS 26.1 | 26.1 | Apple Vision Pro |
|
||||
| visionOS 26.2 | 26.2 | Apple Vision Pro |
|
||||
| Name | OS | Simulators |
|
||||
| ------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 18.5 | 18.5 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.6 | 18.6 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 26.0 | 26.0.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| iOS 26.1 | 26.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| iOS 26.2 | 26.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone 17<br>iPhone 17 Pro<br>iPhone 17 Pro Max<br>iPhone Air<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 11-inch (M5)<br>iPad Pro 13-inch (M4)<br>iPad Pro 13-inch (M5) |
|
||||
| tvOS 18.5 | 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.1 | 26.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.2 | 26.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 11.5 | 11.5 | 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 26.1 | 26.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch SE 3 (40mm)<br>Apple Watch SE 3 (44mm)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Series 11 (42mm)<br>Apple Watch Series 11 (46mm)<br>Apple Watch Ultra 2 (49mm)<br>Apple Watch Ultra 3 (49mm) |
|
||||
| watchOS 26.2 | 26.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch SE 3 (40mm)<br>Apple Watch SE 3 (44mm)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Series 11 (42mm)<br>Apple Watch Series 11 (46mm)<br>Apple Watch Ultra 2 (49mm)<br>Apple Watch Ultra 3 (49mm) |
|
||||
| visionOS 2.3 | 2.3 | Apple Vision Pro |
|
||||
| visionOS 2.4 | 2.4 | Apple Vision Pro |
|
||||
| visionOS 2.5 | 2.5 | Apple Vision Pro |
|
||||
| visionOS 26.1 | 26.1 | Apple Vision Pro |
|
||||
| visionOS 26.2 | 26.2 | Apple Vision Pro |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 16.0 |
|
||||
| Android Emulator | 36.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| 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 | 36.0.2 |
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
|
||||
| [[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.2 (25C56)
|
||||
- Kernel Version: Darwin 25.2.0
|
||||
- Image Version: 20260204.0048.1
|
||||
- OS Version: macOS 26.3 (25D125)
|
||||
- Kernel Version: Darwin 25.3.0
|
||||
- Image Version: 20260218.0081.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .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
|
||||
- .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
|
||||
- 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) - available by `gcc-15` alias
|
||||
- GCC 15 (Homebrew GCC 15.2.0_1) - 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) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.0-release-356
|
||||
- Node.js 24.13.0
|
||||
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.10-release-465
|
||||
- Node.js 24.13.1
|
||||
- Perl 5.42.0
|
||||
- PHP 8.5.2
|
||||
- Python3 3.14.2
|
||||
- PHP 8.5.3
|
||||
- Python3 3.14.3
|
||||
- Ruby 3.4.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 4.0.5
|
||||
- Bundler 4.0.6
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.9.5
|
||||
- Homebrew 5.0.13
|
||||
- NPM 11.6.2
|
||||
- Pip3 25.3 (python 3.14)
|
||||
- Homebrew 5.0.14
|
||||
- NPM 11.8.0
|
||||
- Pip3 26.0 (python 3.14)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 4.0.5
|
||||
- Vcpkg 2025 (build from commit a30ac1bd01)
|
||||
- RubyGems 4.0.6
|
||||
- Vcpkg 2025 (build from commit c7b29f3c42)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
@@ -55,7 +55,7 @@
|
||||
- bazelisk 1.28.1
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.18.0
|
||||
- Git 2.52.0
|
||||
- Git 2.53.0
|
||||
- Git LFS 3.7.1
|
||||
- GitHub CLI 2.86.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
@@ -66,20 +66,20 @@
|
||||
- Packer 1.15.0
|
||||
- pkgconf 2.5.1
|
||||
- Unxip 3.3
|
||||
- yq 4.52.2
|
||||
- yq 4.52.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.2
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.33.14
|
||||
- AWS SAM CLI 1.153.1
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- AWS CLI 2.33.24
|
||||
- AWS SAM CLI 1.154.0
|
||||
- AWS Session Manager CLI 1.2.779.0
|
||||
- Azure CLI 2.83.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.40.2
|
||||
- Cmake 4.2.3
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- Fastlane 2.231.1
|
||||
- CodeQL Action Bundle 2.24.1
|
||||
- Fastlane 2.232.1
|
||||
- SwiftFormat 0.59.1
|
||||
- Xcbeautify 3.1.4
|
||||
- Xcode Command Line Tools 26.2.0.0.1.1764812424
|
||||
@@ -89,14 +89,14 @@
|
||||
- SwiftLint 0.63.2
|
||||
|
||||
### Browsers
|
||||
- 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.104
|
||||
- Microsoft Edge WebDriver 144.0.3719.104
|
||||
- Mozilla Firefox 147.0.2
|
||||
- Safari 26.3 (21623.2.7.11.6)
|
||||
- SafariDriver 26.3 (21623.2.7.11.6)
|
||||
- Google Chrome 145.0.7632.76
|
||||
- Google Chrome for Testing 145.0.7632.76
|
||||
- ChromeDriver 145.0.7632.76
|
||||
- Microsoft Edge 145.0.3800.58
|
||||
- Microsoft Edge WebDriver 145.0.3800.58
|
||||
- Mozilla Firefox 147.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.40.0
|
||||
|
||||
@@ -132,17 +132,17 @@
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Go
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
@@ -158,12 +158,13 @@
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Xcode
|
||||
| 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 |
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | ---------------------------------------------- | -------------------------------------------------------------- |
|
||||
| 26.4 (beta) | 17E5159k | /Applications/Xcode_26.4_beta.app | /Applications/Xcode_26.4.0.app<br>/Applications/Xcode_26.4.app |
|
||||
| 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,33 +172,43 @@
|
||||
| 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 |
|
||||
@@ -216,7 +227,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 16.0 |
|
||||
| Android Emulator | 36.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| 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 | 36.0.2 |
|
||||
@@ -238,3 +249,4 @@
|
||||
|
||||
### Miscellaneous
|
||||
- Tcl/Tk 8.6.17
|
||||
|
||||
|
||||
@@ -1,43 +1,43 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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 26 (on Intel) is now available as a public beta in GitHub Actions](https://github.com/actions/runner-images/issues/13637) |
|
||||
| [[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.2 (25C56)
|
||||
- Kernel Version: Darwin 25.2.0
|
||||
- Image Version: 20260203.0194.1
|
||||
- OS Version: macOS 26.3 (25D125)
|
||||
- Kernel Version: Darwin 25.3.0
|
||||
- Image Version: 20260218.0219.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .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
|
||||
- .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
|
||||
- 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) - available by `gcc-15` alias
|
||||
- GCC 15 (Homebrew GCC 15.2.0_1) - 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) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.0-release-356
|
||||
- Node.js 24.13.0
|
||||
- GNU Fortran 15 (Homebrew GCC 15.2.0_1) - available by `gfortran-15` alias
|
||||
- Kotlin 2.3.10-release-465
|
||||
- Node.js 24.13.1
|
||||
- Perl 5.42.0
|
||||
- Python3 3.14.2
|
||||
- Python3 3.14.3
|
||||
- Ruby 3.4.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 4.0.5
|
||||
- Bundler 4.0.6
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 5.0.13
|
||||
- NPM 11.6.2
|
||||
- Pip3 25.3 (python 3.14)
|
||||
- Homebrew 5.0.14
|
||||
- NPM 11.8.0
|
||||
- Pip3 26.0 (python 3.14)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 4.0.5
|
||||
- Vcpkg 2025 (build from commit cc73782a88)
|
||||
- RubyGems 4.0.6
|
||||
- Vcpkg 2025 (build from commit c7b29f3c42)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
@@ -48,12 +48,12 @@
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.31.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.52.0
|
||||
- Git 2.53.0
|
||||
- Git LFS 3.7.1
|
||||
- GitHub CLI 2.86.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
@@ -61,37 +61,37 @@
|
||||
- gpg (GnuPG) 2.4.9
|
||||
- jq 1.8.1
|
||||
- OpenSSL 3.6.1 27 Jan 2026 (Library: OpenSSL 3.6.1 27 Jan 2026)
|
||||
- Packer 1.14.3
|
||||
- Packer 1.15.0
|
||||
- pkgconf 2.5.1
|
||||
- Unxip 3.3
|
||||
- yq 4.52.2
|
||||
- yq 4.52.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.2
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.33.13
|
||||
- AWS SAM CLI 1.153.1
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- Azure CLI 2.82.0
|
||||
- AWS CLI 2.33.24
|
||||
- AWS SAM CLI 1.154.0
|
||||
- AWS Session Manager CLI 1.2.779.0
|
||||
- Azure CLI 2.83.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.40.2
|
||||
- Cmake 4.2.3
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- Fastlane 2.231.1
|
||||
- CodeQL Action Bundle 2.24.1
|
||||
- Fastlane 2.232.1
|
||||
- SwiftFormat 0.59.1
|
||||
- Xcbeautify 3.1.4
|
||||
- Xcode Command Line Tools 26.2.0.0.1.1764812424
|
||||
- Xcodes 1.6.2
|
||||
|
||||
### Browsers
|
||||
- Safari 26.2 (21623.1.14.11.9)
|
||||
- SafariDriver 26.2 (21623.1.14.11.9)
|
||||
- Google Chrome 144.0.7559.110
|
||||
- Google Chrome for Testing 144.0.7559.109
|
||||
- ChromeDriver 144.0.7559.109
|
||||
- Microsoft Edge 144.0.3719.104
|
||||
- Microsoft Edge WebDriver 144.0.3719.104
|
||||
- Mozilla Firefox 147.0.2
|
||||
- Safari 26.3 (21623.2.7.11.6)
|
||||
- SafariDriver 26.3 (21623.2.7.11.6)
|
||||
- Google Chrome 145.0.7632.76
|
||||
- Google Chrome for Testing 145.0.7632.76
|
||||
- ChromeDriver 145.0.7632.76
|
||||
- Microsoft Edge 145.0.3800.58
|
||||
- Microsoft Edge WebDriver 145.0.3800.58
|
||||
- Mozilla Firefox 147.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.40.0
|
||||
|
||||
@@ -105,9 +105,9 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| --------------------- | -------------------- |
|
||||
| 11.0.29+7 | JAVA_HOME_11_arm64 |
|
||||
| 17.0.17+10 | JAVA_HOME_17_arm64 |
|
||||
| 21.0.9+10.0 (default) | JAVA_HOME_21_arm64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_arm64 |
|
||||
| 17.0.18+8 | JAVA_HOME_17_arm64 |
|
||||
| 21.0.10+7.0 (default) | JAVA_HOME_21_arm64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_arm64 |
|
||||
|
||||
### Cached Tools
|
||||
@@ -121,23 +121,23 @@
|
||||
#### Python
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Go
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
@@ -153,45 +153,57 @@
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | ------ | ------------------------------ | --------------------------------------------------------- |
|
||||
| 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.4 (beta) | 17E5159k | /Applications/Xcode_26.4_beta.app | /Applications/Xcode_26.4.0.app<br>/Applications/Xcode_26.4.app |
|
||||
| 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 |
|
||||
| ------------------------- | -------------------- | ------------- |
|
||||
| macOS 26.0 | macosx26.0 | 26.0.1 |
|
||||
| macOS 26.1 | macosx26.1 | 26.1.1 |
|
||||
| macOS 26.2 | macosx26.2 | 26.2 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| DriverKit 25.2 | driverkit25.2 | 26.2, 26.3 |
|
||||
| DriverKit 25.4 | driverkit25.4 | 26.4 |
|
||||
|
||||
#### Installed Simulators
|
||||
| Name | OS | Simulators |
|
||||
@@ -213,7 +225,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 16.0 |
|
||||
| Android Emulator | 36.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| 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 | 36.0.2 |
|
||||
@@ -233,3 +245,6 @@
|
||||
| ANDROID_NDK_ROOT | /Users/runner/Library/Android/sdk/ndk/27.3.13750724 |
|
||||
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |
|
||||
|
||||
### Miscellaneous
|
||||
- Tcl/Tk 8.6.17
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
"x64": {
|
||||
"versions": [
|
||||
{
|
||||
"link": "26.3_Release_Candidate",
|
||||
"filename": "Xcode_26.3_Release_Candidate_Universal",
|
||||
"version": "26.3+17C519",
|
||||
"link": "26.3_Release_Candidate_2",
|
||||
"filename": "Xcode_26.3_Release_Candidate_2_Universal",
|
||||
"version": "26.3+17C528",
|
||||
"symlinks": ["26.3"],
|
||||
"sha256": "4a33bf2cc3dbb1aaa9796f8f659b8a55798e27f0eea8e1b60484264f6d6a93a1",
|
||||
"sha256": "2efa14c778b7e26b25ee6f544801ce2f1ac2f51809af7e0a3f82077fa71deffb",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
@@ -83,11 +83,11 @@
|
||||
"arm64":{
|
||||
"versions": [
|
||||
{
|
||||
"link": "26.3_Release_Candidate",
|
||||
"filename": "Xcode_26.3_Release_Candidate_Universal",
|
||||
"version": "26.3+17C519",
|
||||
"link": "26.3_Release_Candidate_2",
|
||||
"filename": "Xcode_26.3_Release_Candidate_2_Universal",
|
||||
"version": "26.3+17C528",
|
||||
"symlinks": ["26.3"],
|
||||
"sha256": "4a33bf2cc3dbb1aaa9796f8f659b8a55798e27f0eea8e1b60484264f6d6a93a1",
|
||||
"sha256": "2efa14c778b7e26b25ee6f544801ce2f1ac2f51809af7e0a3f82077fa71deffb",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -4,11 +4,19 @@
|
||||
"x64": {
|
||||
"versions": [
|
||||
{
|
||||
"link": "26.3_Release_Candidate",
|
||||
"filename": "Xcode_26.3_Release_Candidate_Universal",
|
||||
"version": "26.3+17C519",
|
||||
"link": "26.4_beta",
|
||||
"filename": "Xcode_26.4_beta_Universal",
|
||||
"version": "26.4+17E5159k",
|
||||
"symlinks": ["26.4"],
|
||||
"sha256": "c3b9ae14b208909bfb369b3c4bdd23993579afcba10c40bb6825ad7c29f0291e",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
"link": "26.3_Release_Candidate_2",
|
||||
"filename": "Xcode_26.3_Release_Candidate_2_Universal",
|
||||
"version": "26.3+17C528",
|
||||
"symlinks": ["26.3"],
|
||||
"sha256": "4a33bf2cc3dbb1aaa9796f8f659b8a55798e27f0eea8e1b60484264f6d6a93a1",
|
||||
"sha256": "2efa14c778b7e26b25ee6f544801ce2f1ac2f51809af7e0a3f82077fa71deffb",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
@@ -39,11 +47,19 @@
|
||||
"arm64": {
|
||||
"versions": [
|
||||
{
|
||||
"link": "26.3_Release_Candidate",
|
||||
"filename": "Xcode_26.3_Release_Candidate_Universal",
|
||||
"version": "26.3+17C519",
|
||||
"link": "26.4_beta",
|
||||
"filename": "Xcode_26.4_beta_Universal",
|
||||
"version": "26.4+17E5159k",
|
||||
"symlinks": ["26.4"],
|
||||
"sha256": "c3b9ae14b208909bfb369b3c4bdd23993579afcba10c40bb6825ad7c29f0291e",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
"link": "26.3_Release_Candidate_2",
|
||||
"filename": "Xcode_26.3_Release_Candidate_2_Universal",
|
||||
"version": "26.3+17C528",
|
||||
"symlinks": ["26.3"],
|
||||
"sha256": "4a33bf2cc3dbb1aaa9796f8f659b8a55798e27f0eea8e1b60484264f6d6a93a1",
|
||||
"sha256": "2efa14c778b7e26b25ee6f544801ce2f1ac2f51809af7e0a3f82077fa71deffb",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
***
|
||||
# Ubuntu 24.04
|
||||
- OS Version: 24.04.3 LTS
|
||||
- Kernel Version: 6.11.0-1018-azure
|
||||
- Image Version: 20260201.15.1
|
||||
- Kernel Version: 6.14.0-1017-azure
|
||||
- Image Version: 20260224.36.1
|
||||
- Systemd version: 255.4-1ubuntu8.12
|
||||
|
||||
## Installed Software
|
||||
@@ -18,8 +18,8 @@
|
||||
- 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.4
|
||||
- Kotlin 2.3.0-release-356
|
||||
- Julia 1.12.5
|
||||
- Kotlin 2.3.10-release-465
|
||||
- Node.js 20.20.0
|
||||
- Perl 5.38.2
|
||||
- Python 3.12.3
|
||||
@@ -29,14 +29,14 @@
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.20.0
|
||||
- Homebrew 5.0.12
|
||||
- Homebrew 5.0.15
|
||||
- Miniconda 25.11.1
|
||||
- Npm 10.8.2
|
||||
- Pip 24.0
|
||||
- Pip3 24.0
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 3.4.20
|
||||
- Vcpkg (build from commit 6d7bf7ef21)
|
||||
- Vcpkg (build from commit b42b19a62b)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -56,63 +56,63 @@ to accomplish this.
|
||||
### Project Management
|
||||
- Ant 1.10.14
|
||||
- Gradle 9.3.1
|
||||
- Lerna 9.0.3
|
||||
- Lerna 9.0.4
|
||||
- Maven 3.9.12
|
||||
|
||||
### Tools
|
||||
- Ansible 2.20.2
|
||||
- AzCopy 10.31.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Ansible 2.20.3
|
||||
- AzCopy 10.32.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 9.0.0
|
||||
- Bazelisk 1.28.1
|
||||
- Bicep 0.40.2
|
||||
- Buildah 1.33.7
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- CodeQL Action Bundle 2.24.2
|
||||
- Docker Amazon ECR Credential Helper 0.11.0
|
||||
- Docker Compose v2 2.38.2
|
||||
- Docker-Buildx 0.31.1
|
||||
- Docker Client 28.0.4
|
||||
- Docker Server 28.0.4
|
||||
- Fastlane 2.231.1
|
||||
- Git 2.52.0
|
||||
- Fastlane 2.232.1
|
||||
- Git 2.53.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.0
|
||||
- Kustomize 5.8.0
|
||||
- Kubectl 1.35.1
|
||||
- Kustomize 5.8.1
|
||||
- MediaInfo 24.01
|
||||
- Mercurial 6.7.2
|
||||
- Minikube 1.38.0
|
||||
- Minikube 1.38.1
|
||||
- n 10.2.0
|
||||
- Newman 6.2.2
|
||||
- nvm 0.40.4
|
||||
- OpenSSL 3.0.13-0ubuntu3.7
|
||||
- Packer 1.14.3
|
||||
- Parcel 2.16.3
|
||||
- Packer 1.15.0
|
||||
- Parcel 2.16.4
|
||||
- Podman 4.9.3
|
||||
- Pulumi 3.218.0
|
||||
- Pulumi 3.223.0
|
||||
- Skopeo 1.13.3
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- yamllint 1.38.0
|
||||
- yq 4.52.2
|
||||
- yq 4.52.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.2
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.33.12
|
||||
- AWS CLI Session Manager Plugin 1.2.764.0
|
||||
- AWS SAM CLI 1.153.1
|
||||
- Azure CLI 2.82.0
|
||||
- AWS CLI 2.33.28
|
||||
- AWS CLI Session Manager Plugin 1.2.779.0
|
||||
- AWS SAM CLI 1.154.0
|
||||
- Azure CLI 2.83.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- GitHub CLI 2.86.0
|
||||
- Google Cloud CLI 554.0.0
|
||||
- GitHub CLI 2.87.3
|
||||
- Google Cloud CLI 557.0.0
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 8.0.472+8 | JAVA_HOME_8_X64 |
|
||||
| 8.0.482+8 | JAVA_HOME_8_X64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.18+8 (default) | JAVA_HOME_17_X64 |
|
||||
| 21.0.10+7 | JAVA_HOME_21_X64 |
|
||||
@@ -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.1
|
||||
- Stack 3.9.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 144.0.7559.109
|
||||
- ChromeDriver 144.0.7559.109
|
||||
- Chromium 144.0.7559.0
|
||||
- Microsoft Edge 144.0.3719.104
|
||||
- Microsoft Edge WebDriver 144.0.3719.104
|
||||
- Selenium server 4.40.0
|
||||
- Mozilla Firefox 147.0.2
|
||||
- Google Chrome 145.0.7632.116
|
||||
- ChromeDriver 145.0.7632.117
|
||||
- Chromium 145.0.7632.0
|
||||
- Microsoft Edge 145.0.3800.70
|
||||
- Microsoft Edge WebDriver 145.0.3800.70
|
||||
- Selenium server 4.41.0
|
||||
- Mozilla Firefox 147.0.4
|
||||
- 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.123, 8.0.206, 8.0.319, 8.0.417, 9.0.113, 9.0.205, 9.0.310, 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.102
|
||||
- nbgv 3.9.50+6feeb89450
|
||||
|
||||
### Databases
|
||||
- sqlite3 3.45.1
|
||||
|
||||
#### PostgreSQL
|
||||
- PostgreSQL 16.11
|
||||
- PostgreSQL 16.12
|
||||
```
|
||||
User: postgres
|
||||
PostgreSQL service is disabled by default.
|
||||
@@ -175,7 +175,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
```
|
||||
|
||||
#### MySQL
|
||||
- MySQL 8.0.44-0ubuntu0.24.04.2
|
||||
- MySQL 8.0.45-0ubuntu0.24.04.1
|
||||
```
|
||||
User: root
|
||||
Password: root
|
||||
@@ -188,20 +188,20 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Python
|
||||
- 3.10.19
|
||||
- 3.11.14
|
||||
- 3.12.12
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
@@ -219,7 +219,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 14.6.0
|
||||
- Microsoft.Graph: 2.35.0
|
||||
- Microsoft.Graph: 2.35.1
|
||||
- Pester: 5.7.1
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
@@ -287,7 +287,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| libssl-dev | 3.0.13-0ubuntu3.7 |
|
||||
| libtool | 2.4.7-7build1 |
|
||||
| libyaml-dev | 0.2.5-1build1 |
|
||||
| locales | 2.39-0ubuntu8.6 |
|
||||
| locales | 2.39-0ubuntu8.7 |
|
||||
| lz4 | 1.9.4-1build1.1 |
|
||||
| m4 | 1.4.19-4build1 |
|
||||
| make | 4.3-4.1build2 |
|
||||
@@ -315,7 +315,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| swig | 4.2.0-2ubuntu1 |
|
||||
| systemd-coredump | 255.4-1ubuntu8.12 |
|
||||
| tar | 1.35+dfsg-3build1 |
|
||||
| telnet | 0.17+2.5-3ubuntu4 |
|
||||
| telnet | 0.17+2.5-3ubuntu4.1 |
|
||||
| texinfo | 7.1-3build2 |
|
||||
| time | 1.9-0.2build1 |
|
||||
| tk | 8.6.14build1 |
|
||||
|
||||
@@ -9,10 +9,12 @@ source $HELPER_SCRIPT_FOLDER/os.sh
|
||||
|
||||
mv -f /imagegeneration/post-generation /opt
|
||||
|
||||
echo "chmod -R 777 /opt"
|
||||
chmod -R 777 /opt
|
||||
echo "chmod -R 777 /usr/share"
|
||||
chmod -R 777 /usr/share
|
||||
echo "chmod -R 777 /opt"
|
||||
chmod -R 777 /opt
|
||||
echo "Setting sticky bit on hostedtoolcache Ruby directories due to the changes in Ruby 4.0; see issue: https://github.com/actions/runner-images/issues/13647"
|
||||
find /opt/hostedtoolcache/Ruby -type d -exec chmod +t {} +
|
||||
|
||||
chmod 755 $IMAGE_FOLDER
|
||||
|
||||
|
||||
@@ -49,6 +49,10 @@ done
|
||||
|
||||
sorted_sdks=$(echo ${sdks[@]} | tr ' ' '\n' | sort -r | uniq -w 5)
|
||||
|
||||
# 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/')
|
||||
|
||||
## Download installer from dot.net
|
||||
DOTNET_INSTALL_SCRIPT="https://dot.net/v1/dotnet-install.sh"
|
||||
install_script_path=$(download_with_retry $DOTNET_INSTALL_SCRIPT)
|
||||
|
||||
@@ -222,11 +222,11 @@
|
||||
},
|
||||
{
|
||||
"package": "docker-ce-cli",
|
||||
"version": "29.1.5"
|
||||
"version": "28.0.4"
|
||||
},
|
||||
{
|
||||
"package": "docker-ce",
|
||||
"version": "29.1.5"
|
||||
"version": "28.0.4"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
@@ -237,7 +237,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.40.3",
|
||||
"version": "2.38.2",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -199,11 +199,11 @@
|
||||
},
|
||||
{
|
||||
"package": "docker-ce-cli",
|
||||
"version": "29.1.5"
|
||||
"version": "28.0.4"
|
||||
},
|
||||
{
|
||||
"package": "docker-ce",
|
||||
"version": "29.1.5"
|
||||
"version": "28.0.4"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
@@ -214,7 +214,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.40.3",
|
||||
"version": "2.38.2",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [Windows Server 2025 with Visual Studio 2026 is now available as a public beta](https://github.com/actions/runner-images/issues/13638) |
|
||||
| [[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 2022
|
||||
- OS Version: 10.0.20348 Build 4648
|
||||
- Image Version: 20260201.23.1
|
||||
- OS Version: 10.0.20348 Build 4773
|
||||
- Image Version: 20260217.39.1
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -13,13 +14,13 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.12
|
||||
- Go 1.24.13
|
||||
- Julia 1.12.0
|
||||
- Kotlin 2.3.0
|
||||
- Kotlin 2.3.10
|
||||
- LLVM 20.1.8
|
||||
- Node 20.20.0
|
||||
- Perl 5.32.1
|
||||
- PHP 8.5.1
|
||||
- PHP 8.5.3
|
||||
- Python 3.12.10
|
||||
- Ruby 3.3.10
|
||||
|
||||
@@ -29,11 +30,11 @@
|
||||
- Helm 4.1.0
|
||||
- Miniconda 25.11.1 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.8.2
|
||||
- NuGet 7.0.1.1
|
||||
- pip 26.0 (python 3.12)
|
||||
- NuGet 7.3.0.70
|
||||
- pip 26.0.1 (python 3.12)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 6d7bf7ef21)
|
||||
- Vcpkg (build from commit 1940ee77e8)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -46,29 +47,29 @@
|
||||
- Ant 1.10.15
|
||||
- Gradle 9.3
|
||||
- Maven 3.9.12
|
||||
- sbt 1.12.1
|
||||
- sbt 1.12.3
|
||||
|
||||
### Tools
|
||||
- 7zip 25.01
|
||||
- 7zip 26.00
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.31.1
|
||||
- azcopy 10.32.0
|
||||
- Bazel 9.0.0
|
||||
- Bazelisk 1.28.1
|
||||
- Bicep 0.40.2
|
||||
- Cabal 3.16.1.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.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.52.0.windows.1
|
||||
- Git 2.53.0.windows.1
|
||||
- Git LFS 3.7.1
|
||||
- ImageMagick 7.1.2-13
|
||||
- InnoSetup 6.7.0
|
||||
- InnoSetup 6.7.1
|
||||
- jq 1.8.1
|
||||
- Kind 0.31.0
|
||||
- Kubectl 1.35.0
|
||||
- Kubectl 1.35.1
|
||||
- Mercurial 6.3.1
|
||||
- gcc 14.2.0
|
||||
- gdb 16.2
|
||||
@@ -77,7 +78,7 @@
|
||||
- NSIS 3.10
|
||||
- OpenSSL 3.6.1
|
||||
- Packer 1.14.2
|
||||
- Pulumi 3.218.0
|
||||
- Pulumi 3.220.0
|
||||
- R 4.5.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.9.1
|
||||
@@ -92,33 +93,33 @@
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.2.9
|
||||
- AWS CLI 2.33.12
|
||||
- AWS SAM CLI 1.153.1
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- Azure CLI 2.82.0
|
||||
- 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.86.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.72.1
|
||||
- cargo-audit 0.22.0
|
||||
- cargo-audit 0.22.1
|
||||
- cargo-outdated 0.17.0
|
||||
- cbindgen 0.29.2
|
||||
- Clippy 0.1.93
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 144.0.7559.110
|
||||
- Chrome Driver 144.0.7559.109
|
||||
- Microsoft Edge 144.0.3719.104
|
||||
- Microsoft Edge Driver 144.0.3719.104
|
||||
- Mozilla Firefox 147.0.2
|
||||
- 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.40.0
|
||||
@@ -134,10 +135,10 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 8.0.472+8 (default) | JAVA_HOME_8_X64 |
|
||||
| 11.0.29+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.17+10 | JAVA_HOME_17_X64 |
|
||||
| 21.0.9+10.0 | JAVA_HOME_21_X64 |
|
||||
| 8.0.482+8 (default) | JAVA_HOME_8_X64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.18+8 | JAVA_HOME_17_X64 |
|
||||
| 21.0.10+7.0 | JAVA_HOME_21_X64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_X64 |
|
||||
|
||||
### Shells
|
||||
@@ -162,20 +163,20 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Python
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.20]
|
||||
@@ -196,7 +197,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Property | Value |
|
||||
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|
||||
| ServiceName | postgresql-x64-14 |
|
||||
| Version | 14.20 |
|
||||
| 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 |
|
||||
@@ -207,27 +208,27 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### MongoDB
|
||||
| Version | ServiceName | ServiceStatus | ServiceStartType |
|
||||
| -------- | ----------- | ------------- | ---------------- |
|
||||
| 7.0.29.0 | MongoDB | Stopped | Disabled |
|
||||
| 7.0.30.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.25.0
|
||||
- DacFx 170.2.70.1
|
||||
- Azure CosmosDb Emulator 2.14.27.0
|
||||
- DacFx 170.3.93.6
|
||||
- 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.6.0
|
||||
- MongoDB Shell (mongosh) 2.7.0
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
| ------ | ------- | ------------------------------------- | ----------- | ------------- | ---------- |
|
||||
| Apache | 2.4.55 | C:\tools\Apache24\conf\httpd.conf | Apache | Stopped | 80 |
|
||||
| Nginx | 1.29.4 | C:\tools\nginx-1.29.4\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
| 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.36915.13 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | ------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.14.36930.0 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
@@ -252,7 +253,7 @@ 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.36915.8 |
|
||||
| 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 |
|
||||
@@ -287,19 +288,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.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.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.NetCore.Component.DevelopmentTools | 17.14.36510.44 |
|
||||
| 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.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.Web | 17.14.36510.44 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.14.36510.44 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.14.36510.44 |
|
||||
@@ -449,16 +450,16 @@ 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.1225.60609 |
|
||||
| runtimes.maccatalyst | 9.0.1225.60609 |
|
||||
| wasm.tools | 9.0.1225.60609 |
|
||||
| runtimes.ios | 9.0.1326.6317 |
|
||||
| runtimes.maccatalyst | 9.0.1326.6317 |
|
||||
| wasm.tools | 9.0.1326.6317 |
|
||||
| ProBITools.MicrosoftAnalysisServicesModelingProjects2022 | 4.0.0 |
|
||||
| ProBITools.MicrosoftReportProjectsforVisualStudio2022 | 4.0.0 |
|
||||
| SSIS.MicrosoftDataToolsIntegrationServices | 2.1.2 |
|
||||
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 3.0.0 |
|
||||
| Windows Driver Kit | 10.1.26100.4202 |
|
||||
| Windows Driver Kit Visual Studio Extension | 10.0.26100.16 |
|
||||
| Windows Software Development Kit | 10.1.26100.7175 |
|
||||
| Windows Software Development Kit | 10.1.26100.7705 |
|
||||
| WixToolset.WixToolsetVisualStudio2022Extension | 1.0.0.22 |
|
||||
|
||||
#### Microsoft Visual C++
|
||||
@@ -466,12 +467,12 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| -------------------------------------------- | ------------ | ----------- |
|
||||
| Microsoft Visual C++ 2013 Additional Runtime | x64 | 12.0.40660 |
|
||||
| Microsoft Visual C++ 2013 Minimum Runtime | x64 | 12.0.40660 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.50.35719 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x64 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.50.35719 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.50.35719 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x86 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.50.35719 |
|
||||
|
||||
#### Installed Windows SDKs
|
||||
- 10.0.17763.0
|
||||
@@ -480,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.123, 8.0.206, 8.0.319, 8.0.417, 9.0.113, 9.0.205, 9.0.310, 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.23, 9.0.6, 9.0.12, 10.0.2
|
||||
- Microsoft.NETCore.App: 6.0.40, 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
|
||||
- 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
|
||||
@@ -492,10 +493,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 14.6.0
|
||||
- AWSPowershell: 5.0.145
|
||||
- AWSPowershell: 5.0.156
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.35.0
|
||||
- Microsoft.Graph: 2.35.1
|
||||
- Pester: 3.4.0, 5.7.1
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
@@ -507,7 +508,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 36.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0 36.1.0<br>35.0.0 35.0.1<br>34.0.0<br>32.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)<br>android-33 (rev 3) |
|
||||
| Android SDK Platform-Tools | 36.0.2 |
|
||||
@@ -533,6 +534,6 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022 | sha256:ec04e733695f49a0dc9132184f6b06704866b34f422004093c1972512c86259e | 2025-09-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022 | sha256:3983348680840ca6e53ad641e314c3c9184ca2fd19f88bc467600f7d9f6e9d73 | 2025-09-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:460dedaed73224f73ff10dc3ad754d0ed250aa57bcdf6c5052a811b4b7e29345 | 2025-09-09 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:15e51e65b63511024e39d4d3cab49d2ab3ad76842013937b6d2d5c6d0ddfd67e | 2026-01-08 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:d31ac6a9b0c435679f941677661dd2fc555620348198c506e78e9ba70352e406 | 2026-01-09 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:60612a30303eb5a15ce7f53fa2eecf70bca41d72657de0482fbde601ae5f3403 | 2026-02-06 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:a264df8cd8c329eed3fd1e0cafcd4f3dc453e2c72a277f9bb140fd6f10a2eefc | 2026-02-06 |
|
||||
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [Windows Server 2025 with Visual Studio 2026 is now available as a public beta](https://github.com/actions/runner-images/issues/13638) |
|
||||
| [[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 32230
|
||||
- Image Version: 20260202.17.1
|
||||
- OS Version: 10.0.26100 Build 32370
|
||||
- Image Version: 20260217.31.1
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -14,13 +15,13 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.12
|
||||
- Go 1.24.13
|
||||
- Julia 1.12.0
|
||||
- Kotlin 2.3.0
|
||||
- Kotlin 2.3.10
|
||||
- LLVM 20.1.8
|
||||
- Node 22.22.0
|
||||
- Perl 5.42.0
|
||||
- PHP 8.5.1
|
||||
- PHP 8.5.3
|
||||
- Python 3.12.10
|
||||
- Ruby 3.3.10
|
||||
|
||||
@@ -30,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.0.1.1
|
||||
- pip 26.0 (python 3.12)
|
||||
- NuGet 7.3.0.70
|
||||
- pip 26.0.1 (python 3.12)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit ddcdd9a50d)
|
||||
- Vcpkg (build from commit 1940ee77e8)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -47,36 +48,36 @@
|
||||
- Ant 1.10.15
|
||||
- Gradle 9.3
|
||||
- Maven 3.9.12
|
||||
- sbt 1.12.1
|
||||
- sbt 1.12.3
|
||||
|
||||
### Tools
|
||||
- 7zip 25.01
|
||||
- 7zip 26.00
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.31.1
|
||||
- azcopy 10.32.0
|
||||
- Bazel 9.0.0
|
||||
- Bazelisk 1.28.1
|
||||
- Bicep 0.40.2
|
||||
- Cabal 3.16.1.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.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-13
|
||||
- InnoSetup 6.7.0
|
||||
- InnoSetup 6.7.1
|
||||
- jq 1.8.1
|
||||
- Kind 0.31.0
|
||||
- Kubectl 1.35.0
|
||||
- Kubectl 1.35.1
|
||||
- gcc 15.2.0
|
||||
- gdb 16.3
|
||||
- GNU Binutils 2.45
|
||||
- Newman 6.2.2
|
||||
- OpenSSL 3.6.1
|
||||
- Packer 1.14.2
|
||||
- Pulumi 3.218.0
|
||||
- Pulumi 3.220.0
|
||||
- R 4.5.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.9.1
|
||||
@@ -89,17 +90,17 @@
|
||||
- Ninja 1.13.2
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.33.12
|
||||
- AWS SAM CLI 1.153.1
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- Azure CLI 2.82.0
|
||||
- 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.86.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
@@ -107,11 +108,11 @@
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 144.0.7559.110
|
||||
- Chrome Driver 144.0.7559.109
|
||||
- Microsoft Edge 144.0.3719.104
|
||||
- Microsoft Edge Driver 144.0.3719.104
|
||||
- Mozilla Firefox 147.0.2
|
||||
- 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.40.0
|
||||
@@ -125,13 +126,13 @@
|
||||
| SELENIUM_JAR_PATH | C:\selenium\selenium-server.jar |
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| -------------------- | -------------------- |
|
||||
| 8.0.472+8 | JAVA_HOME_8_X64 |
|
||||
| 11.0.29+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.17+10 (default) | JAVA_HOME_17_X64 |
|
||||
| 21.0.9+10.0 | JAVA_HOME_21_X64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_X64 |
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 8.0.482+8 | JAVA_HOME_8_X64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.18+8 (default) | JAVA_HOME_17_X64 |
|
||||
| 21.0.10+7.0 | JAVA_HOME_21_X64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_X64 |
|
||||
|
||||
### Shells
|
||||
| Name | Target |
|
||||
@@ -155,20 +156,20 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Python
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
@@ -186,7 +187,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Property | Value |
|
||||
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|
||||
| ServiceName | postgresql-x64-17 |
|
||||
| Version | 17.7 |
|
||||
| Version | 17.8 |
|
||||
| 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 |
|
||||
@@ -197,27 +198,27 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### MongoDB
|
||||
| Version | ServiceName | ServiceStatus | ServiceStartType |
|
||||
| -------- | ----------- | ------------- | ---------------- |
|
||||
| 7.0.29.0 | MongoDB | Stopped | Disabled |
|
||||
| 7.0.30.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.25.0
|
||||
- DacFx 170.2.70.1
|
||||
- Azure CosmosDb Emulator 2.14.27.0
|
||||
- DacFx 170.3.93.6
|
||||
- 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.6.0
|
||||
- MongoDB Shell (mongosh) 2.7.0
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
| ------ | ------- | ------------------------------------- | ----------- | ------------- | ---------- |
|
||||
| Apache | 2.4.55 | C:\tools\Apache24\conf\httpd.conf | Apache | Stopped | 80 |
|
||||
| Nginx | 1.29.4 | C:\tools\nginx-1.29.4\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
| 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.36915.13 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | ------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.14.36930.0 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
@@ -240,7 +241,7 @@ 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.36915.8 |
|
||||
| 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 |
|
||||
@@ -273,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.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.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.NetCore.Component.DevelopmentTools | 17.14.36510.44 |
|
||||
| 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.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.Web | 17.14.36510.44 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.14.36510.44 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.14.36510.44 |
|
||||
@@ -433,15 +434,15 @@ 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.1225.60609 |
|
||||
| runtimes.maccatalyst | 9.0.1225.60609 |
|
||||
| wasm.tools | 9.0.1225.60609 |
|
||||
| runtimes.ios | 9.0.1326.6317 |
|
||||
| runtimes.maccatalyst | 9.0.1326.6317 |
|
||||
| wasm.tools | 9.0.1326.6317 |
|
||||
| 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 Software Development Kit | 10.1.26100.7175 |
|
||||
| Windows Software Development Kit | 10.1.26100.7705 |
|
||||
| WixToolset.WixToolsetVisualStudio2022Extension | 1.0.0.22 |
|
||||
|
||||
#### Microsoft Visual C++
|
||||
@@ -449,22 +450,22 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| -------------------------------------------- | ------------ | ----------- |
|
||||
| Microsoft Visual C++ 2013 Additional Runtime | x64 | 12.0.40660 |
|
||||
| Microsoft Visual C++ 2013 Minimum Runtime | x64 | 12.0.40660 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.50.35719 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x64 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.50.35719 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.50.35719 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x86 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.44.35211 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.50.35719 |
|
||||
|
||||
#### Installed Windows SDKs
|
||||
- 10.0.26100.0
|
||||
|
||||
### .NET Core Tools
|
||||
- .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 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.8, 4.8.1
|
||||
- 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
|
||||
- Microsoft.AspNetCore.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.3
|
||||
- Microsoft.NETCore.App: 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
|
||||
@@ -472,10 +473,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 14.6.0
|
||||
- AWSPowershell: 5.0.146
|
||||
- AWSPowershell: 5.0.156
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.35.0
|
||||
- Microsoft.Graph: 2.35.1
|
||||
- Pester: 3.4.0, 5.7.1
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
@@ -487,7 +488,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 16.0 |
|
||||
| Android Emulator | 36.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| 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 |
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [Windows Server 2025 with Visual Studio 2026 is now available as a public beta](https://github.com/actions/runner-images/issues/13638) |
|
||||
| [[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 32230
|
||||
- Image Version: 20260203.4.1
|
||||
- OS Version: 10.0.26100 Build 32370
|
||||
- Image Version: 20260217.16.1
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -14,13 +15,13 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.12
|
||||
- Go 1.24.13
|
||||
- Julia 1.12.0
|
||||
- Kotlin 2.3.0
|
||||
- Kotlin 2.3.10
|
||||
- LLVM 20.1.8
|
||||
- Node 22.22.0
|
||||
- Perl 5.42.0
|
||||
- PHP 8.5.2
|
||||
- PHP 8.5.3
|
||||
- Python 3.12.10
|
||||
- Ruby 3.3.10
|
||||
|
||||
@@ -30,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.0.1.1
|
||||
- pip 26.0 (python 3.12)
|
||||
- NuGet 7.3.0.70
|
||||
- pip 26.0.1 (python 3.12)
|
||||
- Pipx 1.8.0
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit cc73782a88)
|
||||
- Vcpkg (build from commit 1940ee77e8)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -47,36 +48,36 @@
|
||||
- Ant 1.10.15
|
||||
- Gradle 9.3
|
||||
- Maven 3.9.12
|
||||
- sbt 1.12.1
|
||||
- sbt 1.12.3
|
||||
|
||||
### Tools
|
||||
- 7zip 25.01
|
||||
- 7zip 26.00
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.31.1
|
||||
- azcopy 10.32.0
|
||||
- Bazel 9.0.0
|
||||
- Bazelisk 1.28.1
|
||||
- Bicep 0.40.2
|
||||
- Cabal 3.16.1.0
|
||||
- CMake 4.2.3
|
||||
- CodeQL Action Bundle 2.24.0
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.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-13
|
||||
- InnoSetup 6.7.0
|
||||
- InnoSetup 6.7.1
|
||||
- jq 1.8.1
|
||||
- Kind 0.31.0
|
||||
- Kubectl 1.35.0
|
||||
- Kubectl 1.35.1
|
||||
- gcc 15.2.0
|
||||
- gdb 16.3
|
||||
- GNU Binutils 2.45
|
||||
- Newman 6.2.2
|
||||
- OpenSSL 3.6.1
|
||||
- Packer 1.14.2
|
||||
- Pulumi 3.218.0
|
||||
- Pulumi 3.220.0
|
||||
- R 4.5.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.9.1
|
||||
@@ -89,17 +90,17 @@
|
||||
- Ninja 1.13.2
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.33.12
|
||||
- AWS SAM CLI 1.153.1
|
||||
- AWS Session Manager CLI 1.2.764.0
|
||||
- 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.86.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.93.0
|
||||
- Rust 1.93.0
|
||||
- Rustdoc 1.93.0
|
||||
- Cargo 1.93.1
|
||||
- Rust 1.93.1
|
||||
- Rustdoc 1.93.1
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
@@ -107,11 +108,11 @@
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 144.0.7559.110
|
||||
- Chrome Driver 144.0.7559.109
|
||||
- Microsoft Edge 144.0.3719.104
|
||||
- Microsoft Edge Driver 144.0.3719.104
|
||||
- Mozilla Firefox 147.0.2
|
||||
- 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.40.0
|
||||
@@ -125,13 +126,13 @@
|
||||
| SELENIUM_JAR_PATH | C:\selenium\selenium-server.jar |
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| -------------------- | -------------------- |
|
||||
| 8.0.472+8 | JAVA_HOME_8_X64 |
|
||||
| 11.0.29+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.17+10 (default) | JAVA_HOME_17_X64 |
|
||||
| 21.0.9+10.0 | JAVA_HOME_21_X64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_X64 |
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 8.0.482+8 | JAVA_HOME_8_X64 |
|
||||
| 11.0.30+7 | JAVA_HOME_11_X64 |
|
||||
| 17.0.18+8 (default) | JAVA_HOME_17_X64 |
|
||||
| 21.0.10+7.0 | JAVA_HOME_21_X64 |
|
||||
| 25.0.2+10.0 | JAVA_HOME_25_X64 |
|
||||
|
||||
### Shells
|
||||
| Name | Target |
|
||||
@@ -155,20 +156,20 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.12
|
||||
- 1.25.6
|
||||
- 1.24.13
|
||||
- 1.25.7
|
||||
|
||||
#### Node.js
|
||||
- 20.20.0
|
||||
- 22.22.0
|
||||
- 24.13.0
|
||||
- 24.13.1
|
||||
|
||||
#### Python
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.11
|
||||
- 3.14.2
|
||||
- 3.13.12
|
||||
- 3.14.3
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
@@ -186,7 +187,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Property | Value |
|
||||
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|
||||
| ServiceName | postgresql-x64-17 |
|
||||
| Version | 17.7 |
|
||||
| Version | 17.8 |
|
||||
| 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 |
|
||||
@@ -197,233 +198,233 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### MongoDB
|
||||
| Version | ServiceName | ServiceStatus | ServiceStartType |
|
||||
| -------- | ----------- | ------------- | ---------------- |
|
||||
| 7.0.29.0 | MongoDB | Stopped | Disabled |
|
||||
| 7.0.30.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.25.0
|
||||
- DacFx 170.2.70.1
|
||||
- Azure CosmosDb Emulator 2.14.27.0
|
||||
- DacFx 170.3.93.6
|
||||
- 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.6.0
|
||||
- MongoDB Shell (mongosh) 2.7.0
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
| ------ | ------- | ------------------------------------- | ----------- | ------------- | ---------- |
|
||||
| Apache | 2.4.55 | C:\tools\Apache24\conf\httpd.conf | Apache | Stopped | 80 |
|
||||
| Nginx | 1.29.4 | C:\tools\nginx-1.29.4\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
| 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.2.11415.280 | C:\Program Files\Microsoft Visual Studio\18\Enterprise |
|
||||
| Visual Studio Enterprise 2026 | 18.3.11505.172 | C:\Program Files\Microsoft Visual Studio\18\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
| ------------------------------------------------------------------------- | --------------- |
|
||||
| android | 36.1.2.0 |
|
||||
| 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.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.11429.125 |
|
||||
| Component.Microsoft.VisualStudio.RazorExtension | 18.3.11407.204 |
|
||||
| Component.Microsoft.VisualStudio.Tools.Applications.amd64 | 17.0.36522.0 |
|
||||
| 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.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.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.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 |
|
||||
| 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 |
|
||||
| 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.12 |
|
||||
| Windows Software Development Kit | 10.1.26100.7175 |
|
||||
| Windows Driver Kit Visual Studio Extension | 10.0.26100.16 |
|
||||
| Windows Software Development Kit | 10.1.26100.7705 |
|
||||
| WixToolset.WixToolsetVisualStudio2022Extension | 1.0.0.22 |
|
||||
|
||||
#### Microsoft Visual C++
|
||||
@@ -442,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.123, 8.0.206, 8.0.319, 8.0.417, 9.0.113, 9.0.205, 9.0.310, 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.8, 4.8.1
|
||||
- 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
|
||||
- Microsoft.AspNetCore.App: 8.0.6, 8.0.22, 8.0.24, 9.0.6, 9.0.13, 10.0.3
|
||||
- Microsoft.NETCore.App: 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
|
||||
@@ -454,10 +455,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 14.6.0
|
||||
- AWSPowershell: 5.0.146
|
||||
- AWSPowershell: 5.0.156
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.35.0
|
||||
- Microsoft.Graph: 2.35.1
|
||||
- Pester: 3.4.0, 5.7.1
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
@@ -469,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.3.10 |
|
||||
| Android Emulator | 36.4.9 |
|
||||
| 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 |
|
||||
@@ -488,3 +489,4 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| ANDROID_NDK_LATEST_HOME | C:\Android\android-sdk\ndk\29.0.14206865 |
|
||||
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\27.3.13750724 |
|
||||
| ANDROID_SDK_ROOT | C:\Android\android-sdk |
|
||||
|
||||
|
||||
@@ -107,6 +107,11 @@ 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) {
|
||||
|
||||
@@ -85,7 +85,7 @@ $installerArgs = @(
|
||||
Install-Binary `
|
||||
-Url $installerUrl `
|
||||
-InstallArgs $installerArgs `
|
||||
-ExpectedSubject 'CN=EnterpriseDB Corporation, O=EnterpriseDB Corporation, S=Massachusetts, C=US' `
|
||||
-ExpectedSubject 'CN=EnterpriseDB Corporation, O=EnterpriseDB Corporation, L=Wilmington, S=Delaware, C=US' `
|
||||
-InstallerLogPath "$env:TEMP\**\install-postgresql.log"
|
||||
|
||||
# Get Path to pg_ctl.exe
|
||||
|
||||
@@ -35,10 +35,10 @@ Function Install-VisualStudio {
|
||||
[String] $ExtraArgs = ""
|
||||
)
|
||||
|
||||
if (-not $env:INSTALL_VS_2026) {
|
||||
$bootstrapperUrl = "https://aka.ms/vs/${Version}/postGRO-${Channel}/vs_${Edition}.exe"
|
||||
if ($env:INSTALL_VS_2026) {
|
||||
$bootstrapperUrl = "https://aka.ms/vs/postGRO-${Channel}/vs_${Edition}.exe"
|
||||
} else {
|
||||
$bootstrapperUrl = "https://aka.ms/vs/${Version}/${Channel}/vs_${Edition}.exe"
|
||||
$bootstrapperUrl = "https://aka.ms/vs/${Version}/postGRO-${Channel}/vs_${Edition}.exe"
|
||||
}
|
||||
$channelUri = "https://aka.ms/vs/${Version}/${Channel}/channel"
|
||||
$channelId = "VisualStudio.${Version}.Release"
|
||||
|
||||
Reference in New Issue
Block a user