Compare commits

..
Author SHA1 Message Date
Image generation service account. fa9ae5f494 Updating readme file for macos-15-arm64 version 20250722.2025 2025-08-01 01:35:08 +00:00
Erik BershelandCopilot 0b118aca77 [actions] Fix active drive for SBOM on ephemeral runner (#12681)
* [actions] Fix active drive for SBOM on ephemeral runner

* Fix Cyrillic chars

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
2025-07-31 16:12:38 -06:00
128857e296 Updating readme file for macos-14-arm64 version 20250728.1701 (#12667)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-31 19:33:03 +00:00
RaviAkshintala 9473275c43 [Ubuntu] Updated the pypy latest version (#12678) 2025-07-31 08:39:28 -06:00
09837b47ee Updating readme file for macos-13-arm64 version 20250728.1440 (#12661)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-31 08:21:45 +00:00
e815385537 Updating readme file for win22 version 20250727.1.0 (#12660)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-31 05:00:27 +00:00
Prabhatkumar59 46c190e128 [Ubuntu] Updating Ruby version 3.4.* (#12675) 2025-07-30 17:18:51 -06:00
Prabhatkumar59 28bfd27c8d [Windows] Updating Ruby version to 3.4 (#12674) 2025-07-30 17:18:16 -06:00
667739e6df Updating readme file for macos-14 version 20250728.1473 (#12665)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-30 20:22:11 +00:00
fe655a45a1 Updating readme file for win25 version 20250727.1.0 (#12659)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-30 13:12:54 +00:00
eb77bb9331 Updating readme file for macos-13 version 20250728.1366 (#12663)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-30 10:44:47 +00:00
hemanthmanga a69ec7067f [Windows] Updating latest Mercurial version 6.3.1 (#12670) 2025-07-29 08:17:22 -06:00
6b04fd584d Updating readme file for macos-14-arm64 version 20250723.1691 (#12644)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-28 21:40:38 +00:00
vidya sagar 7ac2abd892 [Ubuntu] update docker-compose to v2.37.3 (#12657)
* [Ubuntu] update docker-compose to 2.37.0
Co-authored-by: cerossi <[email protected]>

* [Ubuntu] update docker-compose to 2.37.3
Co-authored-by: cerossi <[email protected]>
2025-07-28 09:29:23 -06:00
hemanthmanga 18f874257f [Windows 22] Removing .Net version 6.0 (#12653) 2025-07-28 12:34:44 +05:30
hemanthmanga 9788af3fda [Ubuntu 22] Removing .Net version 6.0 (#12652) 2025-07-28 12:33:44 +05:30
1ed26a6d42 Updating readme file for ubuntu24 version 20250720.1.0 (#12630)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-24 06:02:02 +00:00
8701ae48e2 Updating readme file for macos-14 version 20250721.1458 (#12638)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-23 19:35:27 +00:00
54a670dee1 Updating readme file for macos-13-arm64 version 20250721.1420 (#12639)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-23 17:37:00 +00:00
720790a17c Updating readme file for ubuntu22 version 20250720.1.0 (#12629)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-23 17:19:19 +00:00
9f56e4ed3d Updating readme file for win22 version 20250720.1.0 (#12632)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-23 17:18:48 +00:00
073fdbd441 Updating readme file for win25 version 20250720.1.0 (#12631)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-23 17:16:58 +00:00
0db7c6a8aa Updating readme file for macos-15 version 20250721.1622 (#12637)
Co-authored-by: Image generation service account. <[email protected]>
Co-authored-by: Actions service account <[email protected]>
2025-07-23 16:05:40 +00:00
github-actions[bot]andImage generation service account. 07a7e5b653 Updating readme file for macos-13 version 20250721.1353 (#12634)
Co-authored-by: Image generation service account. <[email protected]>
2025-07-23 15:42:15 +00:00
16 changed files with 379 additions and 376 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ jobs:
}
- name: Install SYFT tool on Windows
if: ${{ runner.os == 'Windows' }}
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b D:/syft
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b C:/syft
- name: Install SYFT tool on Ubuntu
if: ${{ runner.os == 'Linux' }}
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
@@ -67,7 +67,7 @@ jobs:
#Running section.
- name: Run SYFT on Windows
if: ${{ runner.os == 'Windows' }}
run: D:/syft/syft dir:C:/ -vv -o spdx-json=sbom.json
run: C:/syft/syft dir:C:/ -vv -o spdx-json=sbom.json
- name: Run SYFT on Ubuntu
if: ${{ runner.os == 'Linux' }}
run: syft dir:/ -vv -o spdx-json=sbom.json
+41 -41
View File
@@ -6,12 +6,12 @@
# macOS 13
- OS Version: macOS 13.7.6 (22H625)
- Kernel Version: Darwin 22.6.0
- Image Version: 20250714.1328
- Image Version: 20250728.1366
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.302
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.303
- Bash 3.2.57(1)-release
- Clang/LLVM 14.0.0
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
@@ -21,31 +21,31 @@
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` 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
- Kotlin 2.1.10-release-473
- Kotlin 2.2.0-release-294
- Mono 6.12.0.188
- Node.js 20.19.3
- Node.js 20.19.4
- Perl 5.40.2
- PHP 8.4.10
- Python3 3.13.5
- Ruby 3.3.8
- Ruby 3.3.9
### Package Management
- Bundler 2.6.9
- Bundler 2.7.1
- Carthage 0.40.0
- CocoaPods 1.16.2
- Composer 2.8.10
- Homebrew 4.5.9
- Homebrew 4.5.12
- NPM 10.8.2
- NuGet 6.3.1.1
- Pip3 25.1.1 (python 3.13)
- Pipx 1.7.1
- RubyGems 3.6.9
- Vcpkg 2025 (build from commit e86ec03236)
- RubyGems 3.7.1
- Vcpkg 2025 (build from commit 3bdaa9b420)
- Yarn 1.22.22
### Project Management
- Apache Ant 1.10.15
- Apache Maven 3.9.10
- Apache Maven 3.9.11
- Gradle 8.14.3
### Utilities
@@ -55,10 +55,10 @@
- bazel 8.3.1
- bazelisk 1.26.0
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.14.1
- Curl 8.15.0
- Git 2.50.1
- Git LFS 3.7.0
- GitHub CLI 2.75.0
- GitHub CLI 2.76.1
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.8
@@ -67,12 +67,12 @@
- Packer 1.13.1
- pkgconf 2.5.1
- Unxip 3.1
- yq 4.46.1
- yq 4.47.1
- zstd 1.5.7
- Ninja 1.13.1
### Tools
- AWS CLI 2.27.50
- AWS CLI 2.27.60
- AWS SAM CLI 1.142.1
- AWS Session Manager CLI 1.2.707.0
- Azure CLI 2.75.0
@@ -81,7 +81,7 @@
- Cmake 3.31.6
- CodeQL Action Bundle 2.22.1
- Fastlane 2.228.0
- SwiftFormat 0.57.0
- SwiftFormat 0.57.2
- Xcbeautify 2.29.0
- Xcode Command Line Tools 14.3.1.0.1.1683849156
- Xcodes 1.6.2
@@ -92,12 +92,12 @@
### Browsers
- Safari 18.5 (18621.2.5.18.1)
- SafariDriver 18.5 (18621.2.5.18.1)
- Google Chrome 138.0.7204.101
- Google Chrome for Testing 138.0.7204.94
- ChromeDriver 138.0.7204.94
- Microsoft Edge 138.0.3351.83
- Microsoft Edge WebDriver 138.0.3351.83
- Mozilla Firefox 140.0.4
- Google Chrome 138.0.7204.169
- Google Chrome for Testing 138.0.7204.168
- ChromeDriver 138.0.7204.168
- Microsoft Edge 138.0.3351.109
- Microsoft Edge WebDriver 138.0.3351.109
- Mozilla Firefox 141.0
- geckodriver 0.36.0
- Selenium server 4.34.0
@@ -112,9 +112,9 @@
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.452+9 | JAVA_HOME_8_X64 |
| 11.0.27+6 | JAVA_HOME_11_X64 |
| 17.0.15+6 (default) | JAVA_HOME_17_X64 |
| 21.0.7+6.0 | JAVA_HOME_21_X64 |
| 11.0.28+6 | JAVA_HOME_11_X64 |
| 17.0.16+8 (default) | JAVA_HOME_17_X64 |
| 21.0.8+9.0 | JAVA_HOME_21_X64 |
### Cached Tools
@@ -127,9 +127,9 @@
#### Ruby
- 3.1.7
- 3.2.8
- 3.3.8
- 3.4.4
- 3.2.9
- 3.3.9
- 3.4.5
#### Python
- 3.8.18
@@ -141,8 +141,8 @@
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Go
- 1.22.12
@@ -240,18 +240,18 @@
| watchOS 10.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
### Android
| Package Name | Version |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 11.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
| Android SDK Platforms | 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-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
| Android SDK Platform-Tools | 36.0.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264 (default)<br>27.2.12479018<br>28.2.13676358 |
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 11.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
| Android SDK Platforms | 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-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
| Android SDK Platform-Tools | 36.0.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264 (default)<br>27.3.13750724<br>28.2.13676358 |
#### Environment variables
| Name | Value |
+38 -38
View File
@@ -6,12 +6,12 @@
# macOS 13
- OS Version: macOS 13.7.6 (22H625)
- Kernel Version: Darwin 22.6.0
- Image Version: 20250714.1403
- Image Version: 20250728.1440
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.302
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.303
- Bash 3.2.57(1)-release
- Clang/LLVM 14.0.0
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
@@ -21,28 +21,28 @@
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` 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
- Kotlin 2.1.10-release-473
- Kotlin 2.2.0-release-294
- Mono 6.12.0.188
- Node.js 20.19.3
- Node.js 20.19.4
- Perl 5.40.2
- Python3 3.13.5
- Ruby 3.3.8
- Ruby 3.3.9
### Package Management
- Bundler 2.6.9
- Bundler 2.7.1
- Carthage 0.40.0
- CocoaPods 1.16.2
- Homebrew 4.5.9
- Homebrew 4.5.12
- NPM 10.8.2
- NuGet 6.3.1.1
- Pip3 25.1.1 (python 3.13)
- Pipx 1.7.1
- RubyGems 3.6.9
- RubyGems 3.7.1
- Yarn 1.22.22
### Project Management
- Apache Ant 1.10.15
- Apache Maven 3.9.10
- Apache Maven 3.9.11
- Gradle 8.14.3
### Utilities
@@ -55,7 +55,7 @@
- Curl 8.7.1
- Git 2.50.1
- Git LFS 3.7.0
- GitHub CLI 2.75.0
- GitHub CLI 2.76.1
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.8
@@ -64,12 +64,12 @@
- Packer 1.13.1
- pkgconf 2.5.1
- Unxip 3.1
- yq 4.46.1
- yq 4.47.1
- zstd 1.5.7
- Ninja 1.13.1
### Tools
- AWS CLI 2.27.50
- AWS CLI 2.27.60
- AWS SAM CLI 1.142.1
- AWS Session Manager CLI 1.2.707.0
- Azure CLI 2.75.0
@@ -78,7 +78,7 @@
- Cmake 3.31.6
- CodeQL Action Bundle 2.22.1
- Fastlane 2.228.0
- SwiftFormat 0.57.0
- SwiftFormat 0.57.2
- Xcbeautify 2.29.0
- Xcode Command Line Tools 14.3.1.0.1.1683849156
- Xcodes 1.6.2
@@ -88,10 +88,10 @@
### Browsers
- Safari 18.5 (18621.2.5.18.1)
- SafariDriver 18.5 (18621.2.5.18.1)
- Google Chrome 138.0.7204.101
- Google Chrome for Testing 138.0.7204.94
- ChromeDriver 138.0.7204.94
- Mozilla Firefox 140.0.4
- Google Chrome 138.0.7204.169
- Google Chrome for Testing 138.0.7204.168
- ChromeDriver 138.0.7204.168
- Mozilla Firefox 141.0
- geckodriver 0.36.0
- Selenium server 4.34.0
@@ -105,17 +105,17 @@
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 11.0.27+6 | JAVA_HOME_11_arm64 |
| 17.0.15+6 (default) | JAVA_HOME_17_arm64 |
| 21.0.7+6.0 | JAVA_HOME_21_arm64 |
| 11.0.28+6 | JAVA_HOME_11_arm64 |
| 17.0.16+8 (default) | JAVA_HOME_17_arm64 |
| 21.0.8+9.0 | JAVA_HOME_21_arm64 |
### Cached Tools
#### Ruby
- 3.1.7
- 3.2.8
- 3.3.8
- 3.4.4
- 3.2.9
- 3.3.9
- 3.4.5
#### Python
- 3.11.9
@@ -124,8 +124,8 @@
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Go
- 1.22.12
@@ -197,8 +197,8 @@
| visionOS 1.0 | xros1.0 | 15.2 |
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
| Asset Runtime SDK for macOS hosts targeting watchOS 9.4 | assetruntime.host.macosx.target.watchos9.4 | 14.3.1 |
| Asset Runtime SDK for macOS hosts targeting iOS 16.4 | assetruntime.host.macosx.target.iphoneos16.4 | 14.3.1 |
| Asset Runtime SDK for macOS hosts targeting tvOS 16.4 | assetruntime.host.macosx.target.appletvos16.4 | 14.3.1 |
| Asset Runtime SDK for macOS hosts targeting iOS 16.4 | assetruntime.host.macosx.target.iphoneos16.4 | 14.3.1 |
| DriverKit 22.1 | driverkit22.1 | 14.1 |
| DriverKit 22.2 | driverkit22.2 | 14.2 |
| DriverKit 22.4 | driverkit22.4 | 14.3.1 |
@@ -224,18 +224,18 @@
| visionOS 1.0 | Apple Vision Pro |
### Android
| Package Name | Version |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 11.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
| Android SDK Platforms | 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-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
| Android SDK Platform-Tools | 36.0.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264 (default)<br>27.2.12479018<br>28.2.13676358 |
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 11.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
| Android SDK Platforms | 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-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
| Android SDK Platform-Tools | 36.0.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264 (default)<br>27.3.13750724<br>28.2.13676358 |
#### Environment variables
| Name | Value |
+41 -41
View File
@@ -6,12 +6,12 @@
# macOS 14
- OS Version: macOS 14.7.6 (23H626)
- Kernel Version: Darwin 23.6.0
- Image Version: 20250715.1434
- Image Version: 20250728.1473
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.302
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.303
- 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`
@@ -21,31 +21,31 @@
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` 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
- Kotlin 2.1.10-release-473
- Kotlin 2.2.0-release-294
- Mono 6.12.0.188
- Node.js 20.19.3
- Node.js 20.19.4
- Perl 5.40.2
- PHP 8.4.10
- Python3 3.13.5
- Ruby 3.3.8
- Ruby 3.3.9
### Package Management
- Bundler 2.6.9
- Bundler 2.7.1
- Carthage 0.40.0
- CocoaPods 1.16.2
- Composer 2.8.10
- Homebrew 4.5.10
- Homebrew 4.5.12
- NPM 10.8.2
- NuGet 6.3.1.1
- Pip3 25.1.1 (python 3.13)
- Pipx 1.7.1
- RubyGems 3.6.9
- Vcpkg 2025 (build from commit 30f771d4ac)
- RubyGems 3.7.1
- Vcpkg 2025 (build from commit 3bdaa9b420)
- Yarn 1.22.22
### Project Management
- Apache Ant 1.10.15
- Apache Maven 3.9.10
- Apache Maven 3.9.11
- Gradle 8.14.3
### Utilities
@@ -55,10 +55,10 @@
- bazel 8.3.1
- bazelisk 1.26.0
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.14.1
- Curl 8.15.0
- Git 2.50.1
- Git LFS 3.7.0
- GitHub CLI 2.75.1
- GitHub CLI 2.76.1
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.8
@@ -67,12 +67,12 @@
- Packer 1.13.1
- pkgconf 2.5.1
- Unxip 3.2
- yq 4.46.1
- yq 4.47.1
- zstd 1.5.7
- Ninja 1.13.1
### Tools
- AWS CLI 2.27.50
- AWS CLI 2.27.60
- AWS SAM CLI 1.142.1
- AWS Session Manager CLI 1.2.707.0
- Azure CLI 2.75.0
@@ -92,12 +92,12 @@
### Browsers
- Safari 18.5 (19621.2.5.18.1)
- SafariDriver 18.5 (19621.2.5.18.1)
- Google Chrome 138.0.7204.101
- Google Chrome for Testing 138.0.7204.94
- ChromeDriver 138.0.7204.94
- Microsoft Edge 138.0.3351.83
- Microsoft Edge WebDriver 138.0.3351.83
- Mozilla Firefox 140.0.4
- Google Chrome 138.0.7204.169
- Google Chrome for Testing 138.0.7204.168
- ChromeDriver 138.0.7204.168
- Microsoft Edge 138.0.3351.109
- Microsoft Edge WebDriver 138.0.3351.109
- Mozilla Firefox 141.0
- geckodriver 0.36.0
- Selenium server 4.34.0
@@ -112,17 +112,17 @@
| Version | Environment Variable |
| -------------------- | -------------------- |
| 8.0.452+9 | JAVA_HOME_8_X64 |
| 11.0.27+6 | JAVA_HOME_11_X64 |
| 17.0.15+6 | JAVA_HOME_17_X64 |
| 21.0.7+6.0 (default) | JAVA_HOME_21_X64 |
| 11.0.28+6 | JAVA_HOME_11_X64 |
| 17.0.16+8 | JAVA_HOME_17_X64 |
| 21.0.8+9.0 (default) | JAVA_HOME_21_X64 |
### Cached Tools
#### Ruby
- 3.1.7
- 3.2.8
- 3.3.8
- 3.4.4
- 3.2.9
- 3.3.9
- 3.4.5
#### Python
- 3.9.23
@@ -133,8 +133,8 @@
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Go
- 1.22.12
@@ -237,7 +237,7 @@
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| iOS 17.0 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
| iOS 17.2 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
| iOS 17.4 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 17.4 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 17.5 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
| iOS 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
@@ -255,18 +255,18 @@
| watchOS 11.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
### Android
| Package Name | Version |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 11.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
| Android SDK Platforms | 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-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
| Android SDK Platform-Tools | 36.0.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264 (default)<br>27.2.12479018<br>28.2.13676358 |
| Package Name | Version |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 11.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
| Android SDK Platforms | 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-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
| Android SDK Platform-Tools | 36.0.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264 (default)<br>27.3.13750724<br>28.2.13676358 |
#### Environment variables
| Name | Value |
+9 -9
View File
@@ -6,7 +6,7 @@
# macOS 14
- OS Version: macOS 14.7.6 (23H626)
- Kernel Version: Darwin 23.6.0
- Image Version: 20250723.1691
- Image Version: 20250728.1701
## Installed Software
@@ -26,19 +26,19 @@
- Node.js 20.19.4
- Perl 5.40.2
- Python3 3.13.5
- Ruby 3.3.8
- Ruby 3.3.9
### Package Management
- Bundler 2.7.1
- Carthage 0.40.0
- CocoaPods 1.16.2
- Homebrew 4.5.11
- Homebrew 4.5.12
- NPM 10.8.2
- NuGet 6.3.1.1
- Pip3 25.1.1 (python 3.13)
- Pipx 1.7.1
- RubyGems 3.7.1
- Vcpkg 2025 (build from commit 7bc2cb97d8)
- Vcpkg 2025 (build from commit 3bdaa9b420)
- Yarn 1.22.22
### Project Management
@@ -56,7 +56,7 @@
- Curl 8.7.1
- Git 2.50.1
- Git LFS 3.7.0
- GitHub CLI 2.76.0
- GitHub CLI 2.76.1
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.8
@@ -65,12 +65,12 @@
- Packer 1.13.1
- pkgconf 2.5.1
- Unxip 3.2
- yq 4.46.1
- yq 4.47.1
- zstd 1.5.7
- Ninja 1.13.1
### Tools
- AWS CLI 2.27.57
- AWS CLI 2.27.60
- AWS SAM CLI 1.142.1
- AWS Session Manager CLI 1.2.707.0
- Azure CLI 2.75.0
@@ -114,8 +114,8 @@
#### Ruby
- 3.1.7
- 3.2.8
- 3.3.8
- 3.2.9
- 3.3.9
- 3.4.5
#### Python
+28 -28
View File
@@ -6,12 +6,12 @@
# macOS 15
- OS Version: macOS 15.5 (24F5068b)
- Kernel Version: Darwin 24.5.0
- Image Version: 20250714.1591
- Image Version: 20250721.1622
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.302
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.303
- Bash 3.2.57(1)-release
- Clang/LLVM 16.0.0
- Clang/LLVM (Homebrew) 18.1.8 - available on `$(brew --prefix llvm@18)/bin/clang`
@@ -21,29 +21,29 @@
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` 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
- Kotlin 2.1.10-release-473
- Node.js 22.17.0
- Kotlin 2.2.0-release-294
- Node.js 22.17.1
- Perl 5.40.2
- PHP 8.4.10
- Python3 3.13.5
- Ruby 3.3.8
### Package Management
- Bundler 2.6.9
- Bundler 2.7.0
- Carthage 0.40.0
- CocoaPods 1.16.2
- Composer 2.8.10
- Homebrew 4.5.9
- Homebrew 4.5.10
- NPM 10.9.2
- Pip3 25.1.1 (python 3.13)
- Pipx 1.7.1
- RubyGems 3.6.9
- Vcpkg 2025 (build from commit 137cec7e04)
- RubyGems 3.7.0
- Vcpkg 2025 (build from commit ef97fc17c7)
- Yarn 1.22.22
### Project Management
- Apache Ant 1.10.15
- Apache Maven 3.9.10
- Apache Maven 3.9.11
- Gradle 8.14.3
### Utilities
@@ -53,10 +53,10 @@
- bazel 8.3.1
- bazelisk 1.26.0
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.14.1
- Curl 8.15.0
- Git 2.50.1
- Git LFS 3.7.0
- GitHub CLI 2.75.0
- GitHub CLI 2.76.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.8
@@ -70,7 +70,7 @@
- Ninja 1.13.1
### Tools
- AWS CLI 2.27.50
- AWS CLI 2.27.55
- AWS SAM CLI 1.142.1
- AWS Session Manager CLI 1.2.707.0
- Azure CLI 2.75.0
@@ -79,7 +79,7 @@
- Cmake 3.31.6
- CodeQL Action Bundle 2.22.1
- Fastlane 2.228.0
- SwiftFormat 0.56.4
- SwiftFormat 0.57.2
- Xcbeautify 2.29.0
- Xcode Command Line Tools 16.4.0.0.1.1747106510
- Xcodes 1.6.2
@@ -90,11 +90,11 @@
### Browsers
- Safari 18.5 (20621.2.5.11.5)
- SafariDriver 18.5 (20621.2.5.11.5)
- Google Chrome 138.0.7204.101
- Google Chrome for Testing 138.0.7204.94
- ChromeDriver 138.0.7204.94
- Microsoft Edge 138.0.3351.83
- Microsoft Edge WebDriver 138.0.3351.83
- Google Chrome 138.0.7204.158
- Google Chrome for Testing 138.0.7204.157
- ChromeDriver 138.0.7204.157
- Microsoft Edge 138.0.3351.95
- Microsoft Edge WebDriver 138.0.3351.95
- Mozilla Firefox 140.0.4
- geckodriver 0.36.0
- Selenium server 4.34.0
@@ -109,9 +109,9 @@
### Java
| Version | Environment Variable |
| -------------------- | -------------------- |
| 11.0.27+6 | JAVA_HOME_11_X64 |
| 17.0.15+6 | JAVA_HOME_17_X64 |
| 21.0.7+6.0 (default) | JAVA_HOME_21_X64 |
| 11.0.28+6 | JAVA_HOME_11_X64 |
| 17.0.16+8 | JAVA_HOME_17_X64 |
| 21.0.8+9.0 (default) | JAVA_HOME_21_X64 |
### Cached Tools
@@ -119,7 +119,7 @@
- 3.1.7
- 3.2.8
- 3.3.8
- 3.4.4
- 3.4.5
#### Python
- 3.9.23
@@ -130,8 +130,8 @@
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Go
- 1.22.12
@@ -265,16 +265,16 @@
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264<br>27.2.12479018 (default)<br>28.2.13676358 |
| NDK | 26.3.11579264<br>27.3.13750724 (default)<br>28.2.13676358 |
#### Environment variables
| Name | Value |
| ----------------------- | --------------------------------------------------- |
| ANDROID_HOME | /Users/runner/Library/Android/sdk |
| ANDROID_NDK | /Users/runner/Library/Android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_HOME | /Users/runner/Library/Android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK | /Users/runner/Library/Android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_HOME | /Users/runner/Library/Android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_LATEST_HOME | /Users/runner/Library/Android/sdk/ndk/28.2.13676358 |
| ANDROID_NDK_ROOT | /Users/runner/Library/Android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_ROOT | /Users/runner/Library/Android/sdk/ndk/27.3.13750724 |
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |
### Miscellaneous
+24 -24
View File
@@ -6,12 +6,12 @@
# macOS 15
- OS Version: macOS 15.5 (24F74)
- Kernel Version: Darwin 24.5.0
- Image Version: 20250714.1971
- Image Version: 20250722.2025
## Installed Software
### Language and Runtime
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.302
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.412, 9.0.102, 9.0.203, 9.0.303
- Bash 3.2.57(1)-release
- Clang/LLVM 16.0.0
- Clang/LLVM (Homebrew) 18.1.8 - available on `$(brew --prefix llvm@18)/bin/clang`
@@ -21,27 +21,27 @@
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` 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
- Kotlin 2.1.10-release-473
- Node.js 22.17.0
- Kotlin 2.2.0-release-294
- Node.js 22.17.1
- Perl 5.40.2
- Python3 3.13.5
- Ruby 3.3.8
### Package Management
- Bundler 2.6.9
- Bundler 2.7.1
- Carthage 0.40.0
- CocoaPods 1.16.2
- Homebrew 4.5.9
- Homebrew 4.5.11
- NPM 10.9.2
- Pip3 25.1.1 (python 3.13)
- Pipx 1.7.1
- RubyGems 3.6.9
- Vcpkg 2025 (build from commit e86ec03236)
- RubyGems 3.7.1
- Vcpkg 2025 (build from commit 6124172474)
- Yarn 1.22.22
### Project Management
- Apache Ant 1.10.15
- Apache Maven 3.9.10
- Apache Maven 3.9.11
- Gradle 8.14.3
### Utilities
@@ -54,7 +54,7 @@
- Curl 8.7.1
- Git 2.50.1
- Git LFS 3.7.0
- GitHub CLI 2.75.0
- GitHub CLI 2.76.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.25.0
- gpg (GnuPG) 2.4.8
@@ -68,7 +68,7 @@
- Ninja 1.13.1
### Tools
- AWS CLI 2.27.50
- AWS CLI 2.27.56
- AWS SAM CLI 1.142.1
- AWS Session Manager CLI 1.2.707.0
- Azure CLI 2.75.0
@@ -77,7 +77,7 @@
- Cmake 3.31.6
- CodeQL Action Bundle 2.22.1
- Fastlane 2.228.0
- SwiftFormat 0.57.0
- SwiftFormat 0.57.2
- Xcbeautify 2.29.0
- Xcode Command Line Tools 16.4.0.0.1.1747106510
- Xcodes 1.6.2
@@ -87,9 +87,9 @@
### Browsers
- Safari 18.5 (20621.2.5.11.8)
- SafariDriver 18.5 (20621.2.5.11.8)
- Google Chrome 138.0.7204.101
- Google Chrome for Testing 138.0.7204.94
- ChromeDriver 138.0.7204.94
- Google Chrome 138.0.7204.158
- Google Chrome for Testing 138.0.7204.157
- ChromeDriver 138.0.7204.157
- Mozilla Firefox 140.0.4
- geckodriver 0.36.0
- Selenium server 4.34.0
@@ -105,8 +105,8 @@
| Version | Environment Variable |
| -------------------- | -------------------- |
| 11.0.27+6 | JAVA_HOME_11_arm64 |
| 17.0.15+6 | JAVA_HOME_17_arm64 |
| 21.0.7+6.0 (default) | JAVA_HOME_21_arm64 |
| 17.0.16+8 | JAVA_HOME_17_arm64 |
| 21.0.8+9.0 (default) | JAVA_HOME_21_arm64 |
### Cached Tools
@@ -114,7 +114,7 @@
- 3.1.7
- 3.2.8
- 3.3.8
- 3.4.4
- 3.4.5
#### Python
- 3.11.9
@@ -123,8 +123,8 @@
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Go
- 1.22.12
@@ -261,15 +261,15 @@
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264<br>27.2.12479018 (default)<br>28.2.13676358 |
| NDK | 26.3.11579264<br>27.3.13750724 (default)<br>28.2.13676358 |
#### Environment variables
| Name | Value |
| ----------------------- | --------------------------------------------------- |
| ANDROID_HOME | /Users/runner/Library/Android/sdk |
| ANDROID_NDK | /Users/runner/Library/Android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_HOME | /Users/runner/Library/Android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK | /Users/runner/Library/Android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_HOME | /Users/runner/Library/Android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_LATEST_HOME | /Users/runner/Library/Android/sdk/ndk/28.2.13676358 |
| ANDROID_NDK_ROOT | /Users/runner/Library/Android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_ROOT | /Users/runner/Library/Android/sdk/ndk/27.3.13750724 |
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |
+39 -39
View File
@@ -4,8 +4,8 @@
***
# Ubuntu 22.04
- OS Version: 22.04.5 LTS
- Kernel Version: 6.8.0-1030-azure
- Image Version: 20250713.1.0
- Kernel Version: 6.8.0-1031-azure
- Image Version: 20250720.1.0
- Systemd version: 249.11-0ubuntu3.16
## Installed Software
@@ -19,10 +19,10 @@
- GNU C++: 10.5.0, 11.4.0, 12.3.0
- GNU Fortran: 10.5.0, 11.4.0, 12.3.0
- Julia 1.11.6
- Kotlin 2.1.10-release-473
- Kotlin 2.2.0-release-294
- Mono 6.12.0.200
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
- Node.js 20.19.3
- Node.js 20.19.4
- Perl 5.34.0
- Python 3.10.12
- Ruby 3.0.2p107
@@ -31,7 +31,7 @@
### Package Management
- cpan 1.64
- Helm 3.18.4
- Homebrew 4.5.9
- Homebrew 4.5.10
- Miniconda 25.5.1
- Npm 10.8.2
- NuGet 6.6.1.2
@@ -39,7 +39,7 @@
- Pip3 22.0.2
- Pipx 1.7.1
- RubyGems 3.3.5
- Vcpkg (build from commit 09b8d93e61)
- Vcpkg (build from commit 7ffcbfcc40)
- Yarn 1.22.22
#### Environment variables
@@ -60,11 +60,11 @@ to accomplish this.
- Ant 1.10.12
- Gradle 8.14.3
- Lerna 8.2.3
- Maven 3.9.10
- Maven 3.9.11
- Sbt 1.11.3
### Tools
- Ansible 2.17.12
- Ansible 2.17.13
- apt-fast 1.10.0
- AzCopy 10.29.1 - available by `azcopy` and `azcopy10` aliases
- Bazel 8.3.1
@@ -83,10 +83,10 @@ to accomplish this.
- Git LFS 3.7.0
- Git-ftp 1.6.0
- Haveged 1.9.14
- Heroku 10.11.0
- Heroku 10.12.0
- jq 1.6
- Kind 0.29.0
- Kubectl 1.33.2
- Kubectl 1.33.3
- Kustomize 5.7.0
- Leiningen 2.11.2
- MediaInfo 21.09
@@ -99,7 +99,7 @@ to accomplish this.
- Packer 1.13.1
- Parcel 2.15.4
- Podman 3.4.4
- Pulumi 3.181.0
- Pulumi 3.184.0
- R 4.5.1
- Skopeo 1.4.1
- Sphinx Open Source Search Server 2.2.11
@@ -111,26 +111,26 @@ to accomplish this.
- Ninja 1.13.1
### CLI Tools
- Alibaba Cloud CLI 3.0.289
- AWS CLI 2.27.50
- Alibaba Cloud CLI 3.0.290
- AWS CLI 2.27.55
- AWS CLI Session Manager Plugin 1.2.707.0
- AWS SAM CLI 1.142.1
- Azure CLI 2.75.0
- Azure CLI (azure-devops) 1.0.2
- GitHub CLI 2.75.0
- Google Cloud CLI 529.0.0
- Netlify CLI 22.2.2
- OpenShift CLI 4.19.3
- GitHub CLI 2.76.0
- Google Cloud CLI 530.0.0
- Netlify CLI 22.3.0
- OpenShift CLI 4.19.4
- ORAS CLI 1.2.3
- Vercel CLI 44.4.1
- Vercel CLI 44.5.0
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.452+9 | JAVA_HOME_8_X64 |
| 11.0.27+6 (default) | JAVA_HOME_11_X64 |
| 17.0.15+6 | JAVA_HOME_17_X64 |
| 21.0.7+6 | JAVA_HOME_21_X64 |
| 11.0.28+6 (default) | JAVA_HOME_11_X64 |
| 17.0.16+8 | JAVA_HOME_17_X64 |
| 21.0.8+9 | JAVA_HOME_21_X64 |
### PHP Tools
- PHP: 8.1.2
@@ -161,11 +161,11 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 138.0.7204.100
- ChromeDriver 138.0.7204.94
- Google Chrome 138.0.7204.157
- ChromeDriver 138.0.7204.157
- Chromium 138.0.7204.0
- Microsoft Edge 138.0.3351.83
- Microsoft Edge WebDriver 138.0.3351.83
- Microsoft Edge 138.0.3351.95
- Microsoft Edge WebDriver 138.0.3351.95
- Selenium server 4.34.0
- Mozilla Firefox 140.0.4
- Geckodriver 0.36.0
@@ -215,8 +215,8 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Python
- 3.9.23
@@ -242,7 +242,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### PowerShell Modules
- Az: 12.5.0
- MarkdownPS: 1.10
- Microsoft.Graph: 2.29.0
- Microsoft.Graph: 2.29.1
- Pester: 5.7.1
- PSScriptAnalyzer: 1.24.0
@@ -263,16 +263,16 @@ Use the following command as a part of your job to start the service: 'sudo syst
| CMake | 3.18.1<br>3.22.1<br>3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264<br>27.2.12479018 (default) |
| NDK | 26.3.11579264<br>27.3.13750724 (default) |
#### Environment variables
| Name | Value |
| ----------------------- | -------------------------------------------- |
| ANDROID_HOME | /usr/local/lib/android/sdk |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/27.3.13750724 |
| ANDROID_SDK_ROOT | /usr/local/lib/android/sdk |
### Cached Docker images
@@ -281,18 +281,18 @@ Use the following command as a part of your job to start the service: 'sudo syst
| alpine:3.16 | sha256:452e7292acee0ee16c332324d7de05fa2c99f9994ecc9f0779c602916a672ae4 | 2024-01-27 |
| alpine:3.17 | sha256:8fc3dacfb6d69da8d44e42390de777e48577085db99aa4e4af35f483eb08b989 | 2024-09-06 |
| alpine:3.18 | sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f | 2025-02-14 |
| alpine:3.19 | sha256:e5d0aea7f7d2954678a9a6269ca2d06e06591881161961ea59e974dff3f12377 | 2025-02-14 |
| alpine:3.19 | sha256:3be987e6cde1d07e873c012bf6cfe941e6e85d16ca5fc5b8bedc675451d2de67 | 2025-07-15 |
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
| debian:11 | sha256:6d4f6b40afca63b59a44ffcedbb2e457e83b645710916d7f094b79c6c591ac28 | 2025-06-30 |
| moby/buildkit:latest | sha256:ddd1ca44b21eda906e81ab14a3d467fa6c39cd73b9a39df1196210edcb8db59e | 2025-07-01 |
| node:18 | sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783 | 2025-03-27 |
| node:18-alpine | sha256:8d6421d663b4c28fd3ebc498332f249011d118945588d0a35cb9bc4b8ca09d9e | 2025-03-27 |
| node:20 | sha256:2c3f34d2d28e4c13b26f7244c653527d15544626e85b1a21fb67a95ba4df9a01 | 2025-07-02 |
| node:20-alpine | sha256:fa316946c0cb1f041fe46dda150f3085b71168555e5706ec0c7466a5bae12244 | 2025-07-02 |
| node:22 | sha256:2fa6c977460b56d4d8278947ab56faeb312bc4cc6c4cf78920c6de27812f51c5 | 2025-07-02 |
| node:22-alpine | sha256:10962e8568729b0cfd506170c5a2d1918a2c10ac08c0e6900180b4bac061adc9 | 2025-07-02 |
| node:20 | sha256:a6c4ae2f61d3807514fc4b152b5b37810c70e836303d361d9f84d3842534d666 | 2025-07-15 |
| node:20-alpine | sha256:df02558528d3d3d0d621f112e232611aecfee7cbc654f6b375765f72bb262799 | 2025-07-15 |
| node:22 | sha256:9e6918e8e32a47a58ed5fb9bd235bbc1d18a8c272e37f15d502b9db9e36821ee | 2025-07-16 |
| node:22-alpine | sha256:5539840ce9d013fa13e3b9814c9353024be7ac75aca5db6d039504a56c04ea59 | 2025-07-16 |
| ubuntu:20.04 | sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 | 2025-04-08 |
| ubuntu:22.04 | sha256:3c61d3759c2639d4b836d32a2d3c83fa0214e36f195a3421018dbaaf79cbe37f | 2025-06-20 |
| ubuntu:22.04 | sha256:1ec65b2719518e27d4d25f104d93f9fac60dc437f81452302406825c46fcc9cb | 2025-07-14 |
### Installed apt packages
| Name | Version |
+30 -30
View File
@@ -5,8 +5,8 @@
# Ubuntu 24.04
- OS Version: 24.04.2 LTS
- Kernel Version: 6.11.0-1018-azure
- Image Version: 20250713.1.0
- Systemd version: 255.4-1ubuntu8.8
- Image Version: 20250720.1.0
- Systemd version: 255.4-1ubuntu8.10
## Installed Software
@@ -19,8 +19,8 @@
- GNU C++: 12.3.0, 13.3.0, 14.2.0
- GNU Fortran: 12.3.0, 13.3.0, 14.2.0
- Julia 1.11.6
- Kotlin 2.1.10-release-473
- Node.js 20.19.3
- Kotlin 2.2.0-release-294
- Node.js 20.19.4
- Perl 5.38.2
- Python 3.12.3
- Ruby 3.2.3
@@ -29,14 +29,14 @@
### Package Management
- cpan 1.64
- Helm 3.18.4
- Homebrew 4.5.9
- Homebrew 4.5.10
- Miniconda 25.5.1
- Npm 10.8.2
- Pip 24.0
- Pip3 24.0
- Pipx 1.7.1
- RubyGems 3.4.20
- Vcpkg (build from commit 09b8d93e61)
- Vcpkg (build from commit 7ffcbfcc40)
- Yarn 1.22.22
#### Environment variables
@@ -57,10 +57,10 @@ to accomplish this.
- Ant 1.10.14
- Gradle 8.14.3
- Lerna 8.2.3
- Maven 3.9.10
- Maven 3.9.11
### Tools
- Ansible 2.18.6
- Ansible 2.18.7
- AzCopy 10.29.1 - available by `azcopy` and `azcopy10` aliases
- Bazel 8.3.1
- Bazelisk 1.26.0
@@ -80,7 +80,7 @@ to accomplish this.
- Haveged 1.9.14
- jq 1.7
- Kind 0.29.0
- Kubectl 1.33.2
- Kubectl 1.33.3
- Kustomize 5.7.0
- MediaInfo 24.01
- Mercurial 6.7.2
@@ -92,7 +92,7 @@ to accomplish this.
- Packer 1.13.1
- Parcel 2.15.4
- Podman 4.9.3
- Pulumi 3.181.0
- Pulumi 3.184.0
- Skopeo 1.13.3
- Sphinx Open Source Search Server 2.2.11
- yamllint 1.37.1
@@ -101,21 +101,21 @@ to accomplish this.
- Ninja 1.13.1
### CLI Tools
- AWS CLI 2.27.50
- AWS CLI 2.27.55
- AWS CLI Session Manager Plugin 1.2.707.0
- AWS SAM CLI 1.142.1
- Azure CLI 2.75.0
- Azure CLI (azure-devops) 1.0.2
- GitHub CLI 2.75.0
- Google Cloud CLI 529.0.0
- GitHub CLI 2.76.0
- Google Cloud CLI 530.0.0
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.452+9 | JAVA_HOME_8_X64 |
| 11.0.27+6 | JAVA_HOME_11_X64 |
| 17.0.15+6 (default) | JAVA_HOME_17_X64 |
| 21.0.7+6 | JAVA_HOME_21_X64 |
| 11.0.28+6 | JAVA_HOME_11_X64 |
| 17.0.16+8 (default) | JAVA_HOME_17_X64 |
| 21.0.8+9 | JAVA_HOME_21_X64 |
### PHP Tools
- PHP: 8.3.6
@@ -141,11 +141,11 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 138.0.7204.100
- ChromeDriver 138.0.7204.94
- Google Chrome 138.0.7204.157
- ChromeDriver 138.0.7204.157
- Chromium 138.0.7204.0
- Microsoft Edge 138.0.3351.83
- Microsoft Edge WebDriver 138.0.3351.83
- Microsoft Edge 138.0.3351.95
- Microsoft Edge WebDriver 138.0.3351.95
- Selenium server 4.34.0
- Mozilla Firefox 140.0.4
- Geckodriver 0.36.0
@@ -159,7 +159,7 @@ 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.117
- .NET Core SDK: 8.0.118
- nbgv 3.7.115+d31f50f4d1
### Databases
@@ -191,8 +191,8 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Python
- 3.9.23
@@ -214,7 +214,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### PowerShell Modules
- Az: 12.5.0
- Microsoft.Graph: 2.29.0
- Microsoft.Graph: 2.29.1
- Pester: 5.7.1
- PSScriptAnalyzer: 1.24.0
@@ -235,16 +235,16 @@ Use the following command as a part of your job to start the service: 'sudo syst
| CMake | 3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264<br>27.2.12479018 (default)<br>28.2.13676358 |
| NDK | 26.3.11579264<br>27.3.13750724 (default)<br>28.2.13676358 |
#### Environment variables
| Name | Value |
| ----------------------- | -------------------------------------------- |
| ANDROID_HOME | /usr/local/lib/android/sdk |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/27.3.13750724 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/28.2.13676358 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/27.3.13750724 |
| ANDROID_SDK_ROOT | /usr/local/lib/android/sdk |
### Installed apt packages
@@ -281,7 +281,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| libssl-dev | 3.0.13-0ubuntu3.5 |
| libtool | 2.4.7-7build1 |
| libyaml-dev | 0.2.5-1build1 |
| locales | 2.39-0ubuntu8.4 |
| locales | 2.39-0ubuntu8.5 |
| lz4 | 1.9.4-1build1.1 |
| m4 | 1.4.19-4build1 |
| make | 4.3-4.1build2 |
@@ -307,7 +307,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| sshpass | 1.09-1 |
| sudo | 1.9.15p5-3ubuntu5.24.04.1 |
| swig | 4.2.0-2ubuntu1 |
| systemd-coredump | 255.4-1ubuntu8.8 |
| systemd-coredump | 255.4-1ubuntu8.10 |
| tar | 1.35+dfsg-3build1 |
| telnet | 0.17+2.5-3ubuntu4 |
| texinfo | 7.1-3build2 |
+5 -5
View File
@@ -22,7 +22,8 @@
"3.7",
"3.8",
"3.9",
"3.10"
"3.10",
"3.11"
]
},
{
@@ -55,7 +56,8 @@
"versions": [
"3.1.*",
"3.2.*",
"3.3.*"
"3.3.*",
"3.4.*"
]
},
{
@@ -250,7 +252,7 @@
},
{
"plugin": "compose",
"version": "2.36.2",
"version": "2.37.3",
"asset": "linux-x86_64"
}
]
@@ -267,12 +269,10 @@
],
"dotnet": {
"aptPackages": [
"dotnet-sdk-6.0",
"dotnet-sdk-8.0",
"dotnet-sdk-9.0"
],
"versions": [
"6.0",
"8.0",
"9.0"
],
+5 -3
View File
@@ -20,7 +20,8 @@
"platform" : "linux",
"versions": [
"3.9",
"3.10"
"3.10",
"3.11"
]
},
{
@@ -52,7 +53,8 @@
"arch": "x64",
"versions": [
"3.2.*",
"3.3.*"
"3.3.*",
"3.4.*"
]
},
{
@@ -210,7 +212,7 @@
},
{
"plugin": "compose",
"version": "2.36.2",
"version": "2.37.3",
"asset": "linux-x86_64"
}
]
+55 -55
View File
@@ -1,11 +1,11 @@
| Announcements |
|-|
| [[Windows Server 2025] image will no longer have D:/ drive accessible to users from 2025-07-14](https://github.com/actions/runner-images/issues/12416) |
| [[Windows 2022] MongoDB 5.x version will be removed from Windows 2022 image on 2025-09-01 and will be updated to 7.x version.](https://github.com/actions/runner-images/issues/12640) |
| [[Windows & Ubuntu] .NET 6 will be removed from the images on 2025-08-01.](https://github.com/actions/runner-images/issues/12241) |
***
# Windows Server 2022
- OS Version: 10.0.20348 Build 3932
- Image Version: 20250713.1.0
- Image Version: 20250727.1.0
## Windows features
- Windows Subsystem for Linux (WSLv1): Enabled
@@ -16,25 +16,25 @@
- Bash 5.2.37(1)-release
- Go 1.24.5
- Julia 1.11.6
- Kotlin 2.1.10
- LLVM 20.1.7
- Node 20.19.3
- Kotlin 2.2.0
- LLVM 20.1.8
- Node 20.19.4
- Perl 5.32.1
- PHP 8.4.8
- Python 3.9.13
- Ruby 3.3.8
- Ruby 3.3.9
### Package Management
- Chocolatey 2.5.0
- Composer 2.8.10
- Helm 3.18.3
- Helm 3.18.4
- Miniconda 25.5.1 (pre-installed on the image but not added to PATH)
- NPM 10.8.2
- NuGet 6.14.0.116
- pip 25.1.1 (python 3.9)
- Pipx 1.7.1
- RubyGems 3.5.22
- Vcpkg (build from commit 09b8d93e61)
- Vcpkg (build from commit 3bdaa9b420)
- Yarn 1.22.22
#### Environment variables
@@ -46,7 +46,7 @@
### Project Management
- Ant 1.10.15
- Gradle 8.14
- Maven 3.9.10
- Maven 3.9.11
- sbt 1.11.3
### Tools
@@ -56,7 +56,7 @@
- Bazel 8.3.1
- Bazelisk 1.26.0
- Bicep 0.36.177
- Cabal 3.14.2.0
- Cabal 3.16.0.0
- CMake 3.31.6
- CodeQL Action Bundle 2.22.1
- Docker 27.5.1
@@ -65,11 +65,11 @@
- ghc 9.12.2
- Git 2.50.1.windows.1
- Git LFS 3.7.0
- ImageMagick 7.1.1-47
- ImageMagick 7.1.2-0
- InnoSetup 6.4.0
- jq 1.7.1
- jq 1.8.1
- Kind 0.29.0
- Kubectl 1.33.2
- Kubectl 1.33.3
- Mercurial 5.0
- gcc 12.2.0
- gdb 11.2
@@ -78,7 +78,7 @@
- NSIS 3.10
- OpenSSL 1.1.1w
- Packer 1.12.0
- Pulumi 3.181.0
- Pulumi 3.186.0
- R 4.4.2
- Service Fabric SDK 10.1.2493.9590
- Stack 3.7.1
@@ -92,13 +92,13 @@
- Ninja 1.13.1
### CLI Tools
- Alibaba Cloud CLI 3.0.289
- AWS CLI 2.27.50
- Alibaba Cloud CLI 3.0.291
- AWS CLI 2.27.60
- AWS SAM CLI 1.142.1
- AWS Session Manager CLI 1.2.707.0
- Azure CLI 2.75.0
- Azure DevOps CLI extension 1.0.2
- GitHub CLI 2.75.0
- GitHub CLI 2.76.1
### Rust Tools
- Cargo 1.88.0
@@ -115,11 +115,11 @@
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 138.0.7204.101
- Chrome Driver 138.0.7204.94
- Microsoft Edge 138.0.3351.83
- Microsoft Edge Driver 138.0.3351.83
- Mozilla Firefox 140.0.4
- Google Chrome 138.0.7204.169
- Chrome Driver 138.0.7204.168
- Microsoft Edge 138.0.3351.109
- Microsoft Edge Driver 138.0.3351.109
- Mozilla Firefox 141.0
- Gecko Driver 0.36.0
- IE Driver 4.14.0.0
- Selenium server 4.34.0
@@ -135,10 +135,10 @@
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.452+9 (default) | JAVA_HOME_8_X64 |
| 11.0.27+6 | JAVA_HOME_11_X64 |
| 17.0.15+6 | JAVA_HOME_17_X64 |
| 21.0.7+6.0 | JAVA_HOME_21_X64 |
| 8.0.462+8 (default) | JAVA_HOME_8_X64 |
| 11.0.28+6 | JAVA_HOME_11_X64 |
| 17.0.16+8 | JAVA_HOME_17_X64 |
| 21.0.8+9.0 | JAVA_HOME_21_X64 |
### Shells
| Name | Target |
@@ -166,8 +166,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Python
- 3.9.13
@@ -185,8 +185,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Ruby
- 3.1.7
- 3.2.8
- 3.3.8
- 3.2.9
- 3.3.9
### Databases
@@ -208,9 +208,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| 5.0.31.0 | MongoDB | Stopped | Disabled |
### Database tools
- Azure CosmosDb Emulator 2.14.23.0
- Azure CosmosDb Emulator 2.14.24.0
- DacFx 170.0.94.3
- MySQL 8.0.42.0
- MySQL 8.0.43.0
- SQL OLEDB Driver 18.7.4.0
- SQLPS 1.0
@@ -221,9 +221,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Nginx | 1.29.0 | C:\tools\nginx-1.29.0\conf\nginx.conf | nginx | Stopped | 80 |
### Visual Studio Enterprise 2022
| Name | Version | Path |
| ----------------------------- | ------------- | -------------------------------------------------------- |
| Visual Studio Enterprise 2022 | 17.14.36301.6 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
| Name | Version | Path |
| ----------------------------- | -------------- | -------------------------------------------------------- |
| Visual Studio Enterprise 2022 | 17.14.36310.24 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
#### Workloads, components and extensions
| Package | Version |
@@ -250,7 +250,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Component.Unreal.Android | 17.14.36015.10 |
| Component.Unreal.Debugger | 17.14.36015.10 |
| Component.Unreal.Ide | 17.14.36015.10 |
| Component.VisualStudio.GitHub.Copilot | 17.14.36301.6 |
| Component.VisualStudio.GitHub.Copilot | 17.14.36310.24 |
| Component.VSInstallerProjects2022 | 2.0.1 |
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
@@ -331,7 +331,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Microsoft.VisualStudio.Component.Graphics.Tools | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.HLSL | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.IISExpress | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.IntelliCode | 17.14.36220.6 |
| Microsoft.VisualStudio.Component.IntelliCode | 17.14.36310.24 |
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 17.14.36015.10 |
@@ -487,7 +487,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- 10.0.26100.0
### .NET Core Tools
- .NET Core SDK: 6.0.136, 6.0.203, 6.0.321, 6.0.428, 8.0.118, 8.0.206, 8.0.315, 8.0.412, 9.0.108, 9.0.205, 9.0.302
- .NET Core SDK: 6.0.136, 6.0.203, 6.0.321, 6.0.428, 8.0.118, 8.0.206, 8.0.315, 8.0.412, 9.0.108, 9.0.205, 9.0.302, 9.0.303
- .NET Framework: 4.7.2, 4.8, 4.8.1
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.36, 6.0.39, 8.0.6, 8.0.18, 9.0.6, 9.0.7
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.36, 6.0.39, 8.0.6, 8.0.18, 9.0.6, 9.0.7
@@ -499,10 +499,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Powershell Modules
- Az: 12.5.0
- AWSPowershell: 5.0.9
- AWSPowershell: 5.0.19
- DockerMsftProvider: 1.0.0.8
- MarkdownPS: 1.10
- Microsoft.Graph: 2.29.0
- Microsoft.Graph: 2.29.1
- Pester: 3.4.0, 5.7.1
- PowerShellGet: 1.0.0.1, 2.2.5
- PSScriptAnalyzer: 1.24.0
@@ -511,27 +511,27 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- VSSetup: 2.2.16
### Android
| Package Name | Version |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 8.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0 |
| Android SDK Platforms | 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-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3)<br>android-32 (rev 1)<br>android-31 (rev 1) |
| Android SDK Platform-Tools | 36.0.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.18.1<br>3.22.1<br>3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264<br>27.2.12479018<br>28.2.13676358 |
| Package Name | Version |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 8.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0 |
| Android SDK Platforms | 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-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3)<br>android-32 (rev 1)<br>android-31 (rev 1) |
| Android SDK Platform-Tools | 36.0.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.18.1<br>3.22.1<br>3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264<br>27.3.13750724<br>28.2.13676358 |
#### Environment variables
| Name | Value |
| ----------------------- | ---------------------------------------- |
| ANDROID_HOME | C:\Android\android-sdk |
| ANDROID_NDK | C:\Android\android-sdk\ndk\27.2.12479018 |
| ANDROID_NDK_HOME | C:\Android\android-sdk\ndk\27.2.12479018 |
| ANDROID_NDK | C:\Android\android-sdk\ndk\27.3.13750724 |
| ANDROID_NDK_HOME | C:\Android\android-sdk\ndk\27.3.13750724 |
| ANDROID_NDK_LATEST_HOME | C:\Android\android-sdk\ndk\28.2.13676358 |
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\27.2.12479018 |
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\27.3.13750724 |
| ANDROID_SDK_ROOT | C:\Android\android-sdk |
### Cached Docker images
+57 -57
View File
@@ -1,11 +1,11 @@
| Announcements |
|-|
| [[Windows Server 2025] image will no longer have D:/ drive accessible to users from 2025-07-14](https://github.com/actions/runner-images/issues/12416) |
| [[Windows 2022] MongoDB 5.x version will be removed from Windows 2022 image on 2025-09-01 and will be updated to 7.x version.](https://github.com/actions/runner-images/issues/12640) |
| [[Windows & Ubuntu] .NET 6 will be removed from the images on 2025-08-01.](https://github.com/actions/runner-images/issues/12241) |
***
# Windows Server 2025
- OS Version: 10.0.26100 Build 4652
- Image Version: 20250713.1.0
- OS Version: 10.0.26100 Build 4656
- Image Version: 20250727.1.0
## Windows features
- Windows Subsystem for Linux (WSLv1): Enabled
@@ -17,25 +17,25 @@
- Bash 5.2.37(1)-release
- Go 1.24.5
- Julia 1.11.6
- Kotlin 2.1.10
- LLVM 20.1.7
- Node 22.17.0
- Kotlin 2.2.0
- LLVM 20.1.8
- Node 22.17.1
- Perl 5.40.2
- PHP 8.4.8
- Python 3.9.13
- Ruby 3.3.8
- Ruby 3.3.9
### Package Management
- Chocolatey 2.5.0
- Composer 2.8.10
- Helm 3.18.3
- Helm 3.18.4
- Miniconda 25.5.1 (pre-installed on the image but not added to PATH)
- NPM 10.9.2
- NuGet 6.14.0.116
- pip 25.1.1 (python 3.9)
- Pipx 1.7.1
- RubyGems 3.5.22
- Vcpkg (build from commit 09b8d93e61)
- Vcpkg (build from commit 3bdaa9b420)
- Yarn 1.22.22
#### Environment variables
@@ -47,7 +47,7 @@
### Project Management
- Ant 1.10.15
- Gradle 8.14
- Maven 3.9.10
- Maven 3.9.11
- sbt 1.11.3
### Tools
@@ -57,7 +57,7 @@
- Bazel 8.3.1
- Bazelisk 1.26.0
- Bicep 0.36.177
- Cabal 3.14.2.0
- Cabal 3.16.0.0
- CMake 3.31.6
- CodeQL Action Bundle 2.22.1
- Docker 27.5.1
@@ -66,17 +66,17 @@
- ghc 9.12.2
- Git 2.50.1.windows.1
- Git LFS 3.7.0
- ImageMagick 7.1.1-47
- jq 1.7.1
- ImageMagick 7.1.2-0
- jq 1.8.1
- Kind 0.29.0
- Kubectl 1.33.2
- Kubectl 1.33.3
- gcc 14.2.0
- gdb 16.2
- GNU Binutils 2.44
- Newman 6.2.1
- OpenSSL 3.5.1
- Packer 1.12.0
- Pulumi 3.181.0
- Pulumi 3.186.0
- R 4.4.2
- Service Fabric SDK 10.1.2493.9590
- Stack 3.7.1
@@ -89,12 +89,12 @@
- Ninja 1.13.1
### CLI Tools
- AWS CLI 2.27.50
- AWS CLI 2.27.60
- AWS SAM CLI 1.142.1
- AWS Session Manager CLI 1.2.707.0
- Azure CLI 2.75.0
- Azure DevOps CLI extension 1.0.2
- GitHub CLI 2.75.0
- GitHub CLI 2.76.1
### Rust Tools
- Cargo 1.88.0
@@ -107,11 +107,11 @@
- Rustfmt 1.8.0
### Browsers and Drivers
- Google Chrome 138.0.7204.101
- Chrome Driver 138.0.7204.94
- Microsoft Edge 138.0.3351.83
- Microsoft Edge Driver 138.0.3351.83
- Mozilla Firefox 140.0.4
- Google Chrome 138.0.7204.169
- Chrome Driver 138.0.7204.168
- Microsoft Edge 138.0.3351.109
- Microsoft Edge Driver 138.0.3351.109
- Mozilla Firefox 141.0
- Gecko Driver 0.36.0
- IE Driver 4.14.0.0
- Selenium server 4.34.0
@@ -127,10 +127,10 @@
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.452+9 | JAVA_HOME_8_X64 |
| 11.0.27+6 | JAVA_HOME_11_X64 |
| 17.0.15+6 (default) | JAVA_HOME_17_X64 |
| 21.0.7+6.0 | JAVA_HOME_21_X64 |
| 8.0.462+8 | JAVA_HOME_8_X64 |
| 11.0.28+6 | JAVA_HOME_11_X64 |
| 17.0.16+8 (default) | JAVA_HOME_17_X64 |
| 21.0.8+9.0 | JAVA_HOME_21_X64 |
### Shells
| Name | Target |
@@ -158,8 +158,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Node.js
- 18.20.8
- 20.19.3
- 22.17.0
- 20.19.4
- 22.17.1
#### Python
- 3.9.13
@@ -174,8 +174,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Ruby
- 3.1.7
- 3.2.8
- 3.3.8
- 3.2.9
- 3.3.9
### Databases
@@ -194,15 +194,15 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### MongoDB
| Version | ServiceName | ServiceStatus | ServiceStartType |
| -------- | ----------- | ------------- | ---------------- |
| 7.0.21.0 | MongoDB | Stopped | Disabled |
| 7.0.22.0 | MongoDB | Stopped | Disabled |
### Database tools
- Azure CosmosDb Emulator 2.14.23.0
- Azure CosmosDb Emulator 2.14.24.0
- DacFx 170.0.94.3
- MySQL 8.0.42.0
- MySQL 8.0.43.0
- SQL OLEDB Driver 18.7.4.0
- SQLPS 1.0
- MongoDB Shell (mongosh) 2.5.5
- MongoDB Shell (mongosh) 2.5.6
### Web Servers
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
@@ -211,9 +211,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Nginx | 1.29.0 | C:\tools\nginx-1.29.0\conf\nginx.conf | nginx | Stopped | 80 |
### Visual Studio Enterprise 2022
| Name | Version | Path |
| ----------------------------- | ------------- | -------------------------------------------------------- |
| Visual Studio Enterprise 2022 | 17.14.36301.6 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
| Name | Version | Path |
| ----------------------------- | -------------- | -------------------------------------------------------- |
| Visual Studio Enterprise 2022 | 17.14.36310.24 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
#### Workloads, components and extensions
| Package | Version |
@@ -238,7 +238,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Component.UnityEngine.x64 | 17.14.36015.10 |
| Component.Unreal.Debugger | 17.14.36015.10 |
| Component.Unreal.Ide | 17.14.36015.10 |
| Component.VisualStudio.GitHub.Copilot | 17.14.36301.6 |
| Component.VisualStudio.GitHub.Copilot | 17.14.36310.24 |
| Component.VSInstallerProjects2022 | 2.0.1 |
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
@@ -317,7 +317,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Microsoft.VisualStudio.Component.Graphics.Tools | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.HLSL | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.IISExpress | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.IntelliCode | 17.14.36220.6 |
| Microsoft.VisualStudio.Component.IntelliCode | 17.14.36310.24 |
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 17.14.36015.10 |
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 17.14.36015.10 |
@@ -463,7 +463,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- 10.0.26100.0
### .NET Core Tools
- .NET Core SDK: 8.0.118, 8.0.206, 8.0.315, 8.0.412, 9.0.108, 9.0.205, 9.0.302
- .NET Core SDK: 8.0.118, 8.0.206, 8.0.315, 8.0.412, 9.0.108, 9.0.205, 9.0.302, 9.0.303
- .NET Framework: 4.8, 4.8.1
- Microsoft.AspNetCore.App: 8.0.6, 8.0.18, 9.0.6, 9.0.7
- Microsoft.NETCore.App: 8.0.6, 8.0.18, 9.0.6, 9.0.7
@@ -475,10 +475,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Powershell Modules
- Az: 12.5.0
- AWSPowershell: 5.0.9
- AWSPowershell: 5.0.19
- DockerMsftProvider: 1.0.0.8
- MarkdownPS: 1.10
- Microsoft.Graph: 2.29.0
- Microsoft.Graph: 2.29.1
- Pester: 3.4.0, 5.7.1
- PowerShellGet: 1.0.0.1, 2.2.5
- PSScriptAnalyzer: 1.24.0
@@ -487,26 +487,26 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- VSSetup: 2.2.16
### Android
| Package Name | Version |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 16.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0 |
| Android SDK Platforms | 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.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.22.1<br>3.30.5<br>3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264<br>27.2.12479018<br>28.2.13676358 |
| Package Name | Version |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android Command Line Tools | 16.0 |
| Android Emulator | 35.6.11 |
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0 |
| Android SDK Platforms | 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.0 |
| Android Support Repository | 47.0.0 |
| CMake | 3.22.1<br>3.30.5<br>3.31.5 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 26.3.11579264<br>27.3.13750724<br>28.2.13676358 |
#### Environment variables
| Name | Value |
| ----------------------- | ---------------------------------------- |
| ANDROID_HOME | C:\Android\android-sdk |
| ANDROID_NDK | C:\Android\android-sdk\ndk\27.2.12479018 |
| ANDROID_NDK_HOME | C:\Android\android-sdk\ndk\27.2.12479018 |
| ANDROID_NDK | C:\Android\android-sdk\ndk\27.3.13750724 |
| ANDROID_NDK_HOME | C:\Android\android-sdk\ndk\27.3.13750724 |
| ANDROID_NDK_LATEST_HOME | C:\Android\android-sdk\ndk\28.2.13676358 |
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\27.2.12479018 |
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\27.3.13750724 |
| ANDROID_SDK_ROOT | C:\Android\android-sdk |
@@ -3,7 +3,7 @@
## Desc: Install Mercurial
################################################################################
Install-ChocoPackage hg -ArgumentList "--version", "5.0.0"
Install-ChocoPackage hg -ArgumentList "--version", "6.3.1"
Add-MachinePathItem "${env:ProgramFiles}\Mercurial\"
Update-Environment
+2 -2
View File
@@ -7,7 +7,8 @@
"versions": [
"3.1",
"3.2",
"3.3"
"3.3",
"3.4"
],
"default": "3.3"
},
@@ -296,7 +297,6 @@
},
"dotnet": {
"versions": [
"6.0",
"8.0",
"9.0"
],
+2 -1
View File
@@ -7,7 +7,8 @@
"versions": [
"3.1",
"3.2",
"3.3"
"3.3",
"3.4"
],
"default": "3.3"
},