Compare commits
35
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
089de40323 | ||
|
|
a4fd58c860 | ||
|
|
5adc1f5405 | ||
|
|
2cef99ae11 | ||
|
|
d9f82edcfb | ||
|
|
1eb4db82ba | ||
|
|
92166f64ee | ||
|
|
2f8d6ab9ef | ||
|
|
657dd721c0 | ||
|
|
57f0dc0e78 | ||
|
|
ea34d87d95 | ||
|
|
d01c5784c3 | ||
|
|
00adaa51e9 | ||
|
|
175b894612 | ||
|
|
227fadb032 | ||
|
|
aa3ee59784 | ||
|
|
1df4f34527 | ||
|
|
4a4e55c9f3 | ||
|
|
26b0a08e42 | ||
|
|
bfd23df81d | ||
|
|
9481c722c7 | ||
|
|
f9b2a7fd5d | ||
|
|
45f6fb8339 | ||
|
|
4b6aeea774 | ||
|
|
2a9adccdde | ||
|
|
67266d9696 | ||
|
|
e35b45ab15 | ||
|
|
968533e65b | ||
|
|
1627c23669 | ||
|
|
b4628adfda | ||
|
|
2faa55d2bc | ||
|
|
98cc45d27e | ||
|
|
4cabe59579 | ||
|
|
6d02575981 | ||
|
|
25f533f3b2 |
@@ -18,19 +18,19 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
|
||||
|
||||
## Available Images
|
||||
|
||||
| Image | YAML Label | Included Software | Rollout Status of Latest Image Release |
|
||||
| --------------------|---------------------|--------------------|--------------------|
|
||||
| Ubuntu 24.04 | `ubuntu-latest` or `ubuntu-24.04` | [ubuntu-24.04] |  |
|
||||
| Ubuntu 22.04 | `ubuntu-22.04` | [ubuntu-22.04] |  |
|
||||
| macOS 15 | `macos-15-large`| [macOS-15] |  |
|
||||
| macOS 15 Arm64 | `macos-15` or `macos-15-xlarge` | [macOS-15-arm64] |  |
|
||||
| macOS 14 | `macos-latest-large` or `macos-14-large`| [macOS-14] |  |
|
||||
| macOS 14 Arm64 |`macos-latest`, `macos-14`, `macos-latest-xlarge` or `macos-14-xlarge`| [macOS-14-arm64] |  |
|
||||
| macOS 13 | `macos-13` or `macos-13-large` | [macOS-13] |  |
|
||||
| macOS 13 Arm64 | `macos-13-xlarge` | [macOS-13-arm64] |  |
|
||||
| Windows Server 2025 | `windows-2025` | [windows-2025] |  |
|
||||
| Windows Server 2022 | `windows-latest` or `windows-2022` | [windows-2022] |  |
|
||||
| Windows Server 2019 | `windows-2019` | [windows-2019] |  |
|
||||
| Image | YAML Label | Included Software |
|
||||
| --------------------|---------------------|--------------------|
|
||||
| Ubuntu 24.04 | `ubuntu-latest` or `ubuntu-24.04` | [ubuntu-24.04] |
|
||||
| Ubuntu 22.04 | `ubuntu-22.04` | [ubuntu-22.04] |
|
||||
| macOS 15 | `macos-latest-large` or `macos-15-large`| [macOS-15] |
|
||||
| macOS 15 Arm64 | `macos-latest`, `macos-15`, or `macos-15-xlarge` | [macOS-15-arm64] |
|
||||
| macOS 14 | `macos-14-large`| [macOS-14] |
|
||||
| macOS 14 Arm64 | `macos-14` or `macos-14-xlarge`| [macOS-14-arm64] |
|
||||
| macOS 13 | `macos-13` or `macos-13-large` | [macOS-13] |
|
||||
| macOS 13 Arm64 | `macos-13-xlarge` | [macOS-13-arm64] |
|
||||
| Windows Server 2025 | `windows-2025` | [windows-2025] |
|
||||
| Windows Server 2022 | `windows-latest` or `windows-2022` | [windows-2022] |
|
||||
| Windows Server 2019  | `windows-2019` | [windows-2019] |
|
||||
|
||||
### Label scheme
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Default Xcode on macOS 15 Sequoia will be set to Xcode 16.4 on August, 25](https://github.com/actions/runner-images/issues/12751) |
|
||||
| [[macOS] Deprecation of 4 tools on November 3rd.](https://github.com/actions/runner-images/issues/12873) |
|
||||
| [[macOS] macos-latest YAML-label will use macos-15 in August 2025](https://github.com/actions/runner-images/issues/12520) |
|
||||
***
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.7.6 (22H625)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20250818.1405
|
||||
- Image Version: 20250901.1455
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.4
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.11
|
||||
- PHP 8.4.12
|
||||
- Python3 3.13.7
|
||||
- Ruby 3.3.9
|
||||
|
||||
@@ -35,14 +35,14 @@
|
||||
- Bundler 2.7.1
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.10
|
||||
- Homebrew 4.6.3
|
||||
- Composer 2.8.11
|
||||
- Homebrew 4.6.7
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.2 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.7.1
|
||||
- Vcpkg 2025 (build from commit 4bb07a326d)
|
||||
- Vcpkg 2025 (build from commit b1b19307e2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
@@ -58,9 +58,9 @@
|
||||
- bazelisk 1.27.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.15.0
|
||||
- Git 2.50.1
|
||||
- Git 2.51.0
|
||||
- Git LFS 3.7.0
|
||||
- GitHub CLI 2.76.2
|
||||
- GitHub CLI 2.78.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
@@ -74,14 +74,14 @@
|
||||
- Ninja 1.13.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.28.11
|
||||
- AWS SAM CLI 1.142.1
|
||||
- AWS CLI 2.28.21
|
||||
- AWS SAM CLI 1.143.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.76.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.37.4
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.22.4
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.57.2
|
||||
- Xcbeautify 2.30.1
|
||||
@@ -89,17 +89,17 @@
|
||||
- Xcodes 1.6.2
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.59.1
|
||||
- SwiftLint 0.60.0
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (18621.2.5.18.1)
|
||||
- SafariDriver 18.5 (18621.2.5.18.1)
|
||||
- Google Chrome 139.0.7258.128
|
||||
- Google Chrome for Testing 139.0.7258.68
|
||||
- ChromeDriver 139.0.7258.68
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge WebDriver 139.0.3405.102
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Google Chrome 139.0.7258.155
|
||||
- Google Chrome for Testing 139.0.7258.154
|
||||
- ChromeDriver 139.0.7258.154
|
||||
- Microsoft Edge 139.0.3405.125
|
||||
- Microsoft Edge WebDriver 139.0.3405.125
|
||||
- Mozilla Firefox 142.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.35.0
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 22.19.0
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
@@ -216,8 +216,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 |
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Deprecation of 4 tools on November 3rd.](https://github.com/actions/runner-images/issues/12873) |
|
||||
| [[macOS] Default Xcode on macOS 15 Sequoia will be set to Xcode 16.4 on August, 25](https://github.com/actions/runner-images/issues/12751) |
|
||||
| [[macOS] macos-latest YAML-label will use macos-15 in August 2025](https://github.com/actions/runner-images/issues/12520) |
|
||||
***
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.7.6 (22H625)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20250818.1503
|
||||
- Image Version: 20250901.1533
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -34,7 +35,7 @@
|
||||
- Bundler 2.7.1
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.6.3
|
||||
- Homebrew 4.6.7
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.2 (python 3.13)
|
||||
@@ -55,9 +56,9 @@
|
||||
- bazelisk 1.27.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.50.1
|
||||
- Git 2.51.0
|
||||
- Git LFS 3.7.0
|
||||
- GitHub CLI 2.76.2
|
||||
- GitHub CLI 2.78.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
@@ -71,14 +72,14 @@
|
||||
- Ninja 1.13.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.28.11
|
||||
- AWS SAM CLI 1.142.1
|
||||
- AWS CLI 2.28.21
|
||||
- AWS SAM CLI 1.143.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.76.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.37.4
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.22.4
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.57.2
|
||||
- Xcbeautify 2.30.1
|
||||
@@ -90,12 +91,12 @@
|
||||
### Browsers
|
||||
- Safari 18.5 (18621.2.5.18.1)
|
||||
- SafariDriver 18.5 (18621.2.5.18.1)
|
||||
- Google Chrome 139.0.7258.128
|
||||
- Google Chrome for Testing 139.0.7258.68
|
||||
- ChromeDriver 139.0.7258.68
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge WebDriver 139.0.3405.102
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Google Chrome 139.0.7258.155
|
||||
- Google Chrome for Testing 139.0.7258.154
|
||||
- ChromeDriver 139.0.7258.154
|
||||
- Microsoft Edge 139.0.3405.125
|
||||
- Microsoft Edge WebDriver 139.0.3405.125
|
||||
- Mozilla Firefox 142.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.35.0
|
||||
|
||||
@@ -129,7 +130,7 @@
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 22.19.0
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Default Xcode on macOS 15 Sequoia will be set to Xcode 16.4 on August, 25](https://github.com/actions/runner-images/issues/12751) |
|
||||
| [[macOS] Deprecation of 4 tools on November 3rd.](https://github.com/actions/runner-images/issues/12873) |
|
||||
| [[macOS] macos-latest YAML-label will use macos-15 in August 2025](https://github.com/actions/runner-images/issues/12520) |
|
||||
***
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.7.6 (23H626)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20250818.1534
|
||||
- Image Version: 20250901.1573
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.4
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.11
|
||||
- PHP 8.4.12
|
||||
- Python3 3.13.7
|
||||
- Ruby 3.3.9
|
||||
|
||||
@@ -35,14 +35,14 @@
|
||||
- Bundler 2.7.1
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.10
|
||||
- Homebrew 4.6.3
|
||||
- Composer 2.8.11
|
||||
- Homebrew 4.6.7
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.2 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.7.1
|
||||
- Vcpkg 2025 (build from commit 4bb07a326d)
|
||||
- Vcpkg 2025 (build from commit b1b19307e2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
@@ -58,9 +58,9 @@
|
||||
- bazelisk 1.27.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.15.0
|
||||
- Git 2.50.1
|
||||
- Git 2.51.0
|
||||
- Git LFS 3.7.0
|
||||
- GitHub CLI 2.76.2
|
||||
- GitHub CLI 2.78.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
@@ -74,14 +74,14 @@
|
||||
- Ninja 1.13.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.28.11
|
||||
- AWS SAM CLI 1.142.1
|
||||
- AWS CLI 2.28.21
|
||||
- AWS SAM CLI 1.143.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.76.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.37.4
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.22.4
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.57.2
|
||||
- Xcbeautify 2.30.1
|
||||
@@ -89,17 +89,17 @@
|
||||
- Xcodes 1.6.2
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.59.1
|
||||
- SwiftLint 0.60.0
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (19621.2.5.18.1)
|
||||
- SafariDriver 18.5 (19621.2.5.18.1)
|
||||
- Google Chrome 139.0.7258.128
|
||||
- Google Chrome for Testing 139.0.7258.68
|
||||
- ChromeDriver 139.0.7258.68
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge WebDriver 139.0.3405.102
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Google Chrome 139.0.7258.155
|
||||
- Google Chrome for Testing 139.0.7258.154
|
||||
- ChromeDriver 139.0.7258.154
|
||||
- Microsoft Edge 139.0.3405.125
|
||||
- Microsoft Edge WebDriver 139.0.3405.125
|
||||
- Mozilla Firefox 142.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.35.0
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 22.19.0
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
@@ -235,26 +235,26 @@
|
||||
| DriverKit 24.2 | driverkit24.2 | 16.2 |
|
||||
|
||||
#### Installed Simulators
|
||||
| OS | Simulators |
|
||||
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| 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 (5th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 17.5 | 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) |
|
||||
| tvOS 17.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 10.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.2 | 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) |
|
||||
| OS | Simulators |
|
||||
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| 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.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) |
|
||||
| tvOS 17.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 10.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.2 | 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 |
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Default Xcode on macOS 15 Sequoia will be set to Xcode 16.4 on August, 25](https://github.com/actions/runner-images/issues/12751) |
|
||||
| [[macOS] Deprecation of 4 tools on November 3rd.](https://github.com/actions/runner-images/issues/12873) |
|
||||
| [[macOS] macos-latest YAML-label will use macos-15 in August 2025](https://github.com/actions/runner-images/issues/12520) |
|
||||
***
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.7.6 (23H626)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20250818.1747
|
||||
- Image Version: 20250901.1774
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -34,13 +34,13 @@
|
||||
- Bundler 2.7.1
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.6.3
|
||||
- Homebrew 4.6.7
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.2 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.7.1
|
||||
- Vcpkg 2025 (build from commit 4bb07a326d)
|
||||
- Vcpkg 2025 (build from commit b1b19307e2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
@@ -56,9 +56,9 @@
|
||||
- bazelisk 1.27.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.50.1
|
||||
- Git 2.51.0
|
||||
- Git LFS 3.7.0
|
||||
- GitHub CLI 2.76.2
|
||||
- GitHub CLI 2.78.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
@@ -72,14 +72,14 @@
|
||||
- Ninja 1.13.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.28.11
|
||||
- AWS SAM CLI 1.142.1
|
||||
- AWS CLI 2.28.21
|
||||
- AWS SAM CLI 1.143.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.76.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.37.4
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.22.4
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.57.2
|
||||
- Xcbeautify 2.30.1
|
||||
@@ -91,12 +91,12 @@
|
||||
### Browsers
|
||||
- Safari 18.5 (19621.2.5.18.1)
|
||||
- SafariDriver 18.5 (19621.2.5.18.1)
|
||||
- Google Chrome 139.0.7258.128
|
||||
- Google Chrome for Testing 139.0.7258.68
|
||||
- ChromeDriver 139.0.7258.68
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge WebDriver 139.0.3405.102
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Google Chrome 139.0.7258.155
|
||||
- Google Chrome for Testing 139.0.7258.154
|
||||
- ChromeDriver 139.0.7258.154
|
||||
- Microsoft Edge 139.0.3405.125
|
||||
- Microsoft Edge WebDriver 139.0.3405.125
|
||||
- Mozilla Firefox 142.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.35.0
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 22.19.0
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Deprecation of 4 tools on November 3rd.](https://github.com/actions/runner-images/issues/12873) |
|
||||
| [[macOS] Default Xcode on macOS 15 Sequoia will be set to Xcode 16.4 on August, 25](https://github.com/actions/runner-images/issues/12751) |
|
||||
| [[macOS] macos-latest YAML-label will use macos-15 in August 2025](https://github.com/actions/runner-images/issues/12520) |
|
||||
***
|
||||
# macOS 15
|
||||
- OS Version: macOS 15.5 (24F5068b)
|
||||
- Kernel Version: Darwin 24.5.0
|
||||
- Image Version: 20250818.1709
|
||||
- Image Version: 20250830.1803
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -24,9 +25,9 @@
|
||||
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 15 (Homebrew GCC 15.1.0) - available by `gfortran-15` alias
|
||||
- Kotlin 2.2.10-release-430
|
||||
- Node.js 22.18.0
|
||||
- Node.js 22.19.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.11
|
||||
- PHP 8.4.12
|
||||
- Python3 3.13.7
|
||||
- Ruby 3.3.9
|
||||
|
||||
@@ -34,13 +35,13 @@
|
||||
- Bundler 2.7.1
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.10
|
||||
- Homebrew 4.6.3
|
||||
- Composer 2.8.11
|
||||
- Homebrew 4.6.7
|
||||
- NPM 10.9.3
|
||||
- Pip3 25.2 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.7.1
|
||||
- Vcpkg 2025 (build from commit 4bb07a326d)
|
||||
- Vcpkg 2025 (build from commit 8394d2150d)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
@@ -56,9 +57,9 @@
|
||||
- bazelisk 1.27.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.15.0
|
||||
- Git 2.50.1
|
||||
- Git 2.51.0
|
||||
- Git LFS 3.7.0
|
||||
- GitHub CLI 2.76.2
|
||||
- GitHub CLI 2.78.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
@@ -72,14 +73,14 @@
|
||||
- Ninja 1.13.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.28.11
|
||||
- AWS SAM CLI 1.142.1
|
||||
- AWS CLI 2.28.21
|
||||
- AWS SAM CLI 1.143.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.76.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.37.4
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.22.4
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.57.2
|
||||
- Xcbeautify 2.30.1
|
||||
@@ -92,12 +93,12 @@
|
||||
### Browsers
|
||||
- Safari 18.5 (20621.2.5.11.5)
|
||||
- SafariDriver 18.5 (20621.2.5.11.5)
|
||||
- Google Chrome 139.0.7258.128
|
||||
- Google Chrome for Testing 139.0.7258.68
|
||||
- ChromeDriver 139.0.7258.68
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge WebDriver 139.0.3405.102
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Google Chrome 139.0.7258.155
|
||||
- Google Chrome for Testing 139.0.7258.154
|
||||
- ChromeDriver 139.0.7258.154
|
||||
- Microsoft Edge 139.0.3405.125
|
||||
- Microsoft Edge WebDriver 139.0.3405.125
|
||||
- Mozilla Firefox 142.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.35.0
|
||||
|
||||
@@ -133,7 +134,7 @@
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 22.19.0
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
@@ -159,14 +160,14 @@
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | --------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| 26.0 (beta) | 17A5295f | /Applications/Xcode_26_beta_5.app | /Applications/Xcode_26.0.0.app<br>/Applications/Xcode_26.0.app |
|
||||
| 16.4 | 16F6 | /Applications/Xcode_16.4.app | /Applications/Xcode_16.4.0.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 (default) | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app<br>/Applications/Xcode.app |
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | --------------------------------- | -------------------------------------------------------------- |
|
||||
| 26.0 (beta) | 17A5305k | /Applications/Xcode_26_beta_7.app | /Applications/Xcode_26.0.0.app<br>/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 |
|
||||
@@ -238,15 +239,12 @@
|
||||
| iOS 18.4 | 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.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 | 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 | 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) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| 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) |
|
||||
| watchOS 11.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.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.0 | 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 |
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Default Xcode on macOS 15 Sequoia will be set to Xcode 16.4 on August, 25](https://github.com/actions/runner-images/issues/12751) |
|
||||
| [[macOS] Cmake will be updated to version 4.* on September 8th](https://github.com/actions/runner-images/issues/12934) |
|
||||
| [[macOS] Deprecation of 4 tools on November 3rd.](https://github.com/actions/runner-images/issues/12873) |
|
||||
| [[macOS] macos-latest YAML-label will use macos-15 in August 2025](https://github.com/actions/runner-images/issues/12520) |
|
||||
***
|
||||
# macOS 15
|
||||
- OS Version: macOS 15.5 (24F74)
|
||||
- Kernel Version: Darwin 24.5.0
|
||||
- Image Version: 20250818.2206
|
||||
- OS Version: macOS 15.6 (24G84)
|
||||
- Kernel Version: Darwin 24.6.0
|
||||
- Image Version: 20250911.2324
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.413, 9.0.102, 9.0.203, 9.0.304
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.414, 9.0.102, 9.0.203, 9.0.305
|
||||
- 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`
|
||||
@@ -23,22 +24,22 @@
|
||||
- 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.1.0) - available by `gfortran-15` alias
|
||||
- Kotlin 2.2.10-release-430
|
||||
- Node.js 22.18.0
|
||||
- Kotlin 2.2.20-release-333
|
||||
- Node.js 22.19.0
|
||||
- Perl 5.40.2
|
||||
- Python3 3.13.7
|
||||
- Ruby 3.3.9
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.7.1
|
||||
- Bundler 2.7.2
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.6.3
|
||||
- Homebrew 4.6.10
|
||||
- NPM 10.9.3
|
||||
- Pip3 25.2 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.7.1
|
||||
- Vcpkg 2025 (build from commit 4bb07a326d)
|
||||
- RubyGems 3.7.2
|
||||
- Vcpkg 2025 (build from commit 7e19f3c64c)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
@@ -49,35 +50,35 @@
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.30.0
|
||||
- bazel 8.3.1
|
||||
- azcopy 10.30.1
|
||||
- bazel 8.4.0
|
||||
- bazelisk 1.27.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.50.1
|
||||
- Git LFS 3.7.0
|
||||
- GitHub CLI 2.76.2
|
||||
- GitHub CLI 2.79.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.14.0
|
||||
- Packer 1.14.2
|
||||
- pkgconf 2.5.1
|
||||
- Unxip 3.2
|
||||
- yq 4.47.1
|
||||
- yq 4.47.2
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.28.11
|
||||
- AWS SAM CLI 1.142.1
|
||||
- AWS CLI 2.29.1
|
||||
- AWS SAM CLI 1.144.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.76.0
|
||||
- Azure CLI 2.77.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.37.4
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- Cmake 4.1.1
|
||||
- CodeQL Action Bundle 2.23.0
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.57.2
|
||||
- Xcbeautify 2.30.1
|
||||
@@ -87,14 +88,14 @@
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (20621.2.5.11.8)
|
||||
- SafariDriver 18.5 (20621.2.5.11.8)
|
||||
- Google Chrome 139.0.7258.128
|
||||
- Google Chrome for Testing 139.0.7258.68
|
||||
- ChromeDriver 139.0.7258.68
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge WebDriver 139.0.3405.102
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Safari 18.6 (20621.3.11.11.3)
|
||||
- SafariDriver 18.6 (20621.3.11.11.3)
|
||||
- Google Chrome 140.0.7339.133
|
||||
- Google Chrome for Testing 140.0.7339.82
|
||||
- ChromeDriver 140.0.7339.82
|
||||
- Microsoft Edge 140.0.3485.54
|
||||
- Microsoft Edge WebDriver 140.0.3485.54
|
||||
- Mozilla Firefox 142.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.35.0
|
||||
|
||||
@@ -127,13 +128,14 @@
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 20.19.5
|
||||
- 22.19.0
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.6
|
||||
- 1.24.7
|
||||
- 1.25.1
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.89.0
|
||||
@@ -154,14 +156,14 @@
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | --------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| 26.0 (beta) | 17A5295f | /Applications/Xcode_26_beta_5.app | /Applications/Xcode_26.0.0.app<br>/Applications/Xcode_26.0.app |
|
||||
| 16.4 | 16F6 | /Applications/Xcode_16.4.app | /Applications/Xcode_16.4.0.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 (default) | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app<br>/Applications/Xcode.app |
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | -------------------------------------------- | -------------------------------------------------------------- |
|
||||
| 26.0 | 17A321 | /Applications/Xcode_26_Release_Candidate.app | /Applications/Xcode_26.0.0.app<br>/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 |
|
||||
@@ -228,24 +230,20 @@
|
||||
| DriverKit 25.0 | driverkit25.0 | 26.0 |
|
||||
|
||||
#### Installed Simulators
|
||||
| OS | Simulators |
|
||||
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 18.4 | 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.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 | 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 | 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) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| 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) |
|
||||
| watchOS 11.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.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.0 | 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) |
|
||||
| visionOS 2.3 | Apple Vision Pro |
|
||||
| visionOS 2.4 | Apple Vision Pro |
|
||||
| visionOS 2.5 | Apple Vision Pro |
|
||||
| visionOS 26.0 | Apple Vision Pro |
|
||||
| OS | Simulators |
|
||||
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 18.4 | 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.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 | 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) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| 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) |
|
||||
| watchOS 11.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.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) |
|
||||
| visionOS 2.3 | Apple Vision Pro |
|
||||
| visionOS 2.4 | Apple Vision Pro |
|
||||
| visionOS 2.5 | Apple Vision Pro |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
|
||||
@@ -15,28 +15,6 @@ for package in $common_packages; do
|
||||
brew install hashicorp/tap/packer
|
||||
;;
|
||||
|
||||
cmake)
|
||||
# Pin cmake to 3.31.6 due to a backward compatibility issue
|
||||
# https://github.com/actions/runner-images/issues/11926
|
||||
cmake_commit="b4e46db74e74a8c1650b38b1da222284ce1ec5ce"
|
||||
tap_name="local/pinned"
|
||||
|
||||
echo "Creating local tap (no git)..."
|
||||
brew tap-new --no-git "$tap_name" >/dev/null
|
||||
|
||||
cmake_formula_dir="$(brew --repo "$tap_name")/Formula"
|
||||
mkdir -p "$cmake_formula_dir"
|
||||
|
||||
cmake_rb_link="https://raw.githubusercontent.com/Homebrew/homebrew-core/$cmake_commit/Formula/c/cmake.rb"
|
||||
cmake_rb_path="$cmake_formula_dir/cmake.rb"
|
||||
|
||||
echo "Downloading cmake.rb from $cmake_rb_link"
|
||||
curl -fsSL "$cmake_rb_link" -o "$cmake_rb_path"
|
||||
|
||||
echo "Installing cmake 3.31.6 from custom tap..."
|
||||
brew install "$tap_name/cmake"
|
||||
;;
|
||||
|
||||
tcl-tk@8)
|
||||
brew_smart_install "$package"
|
||||
if is_VenturaX64 || is_SonomaX64; then
|
||||
|
||||
@@ -7,7 +7,15 @@
|
||||
source ~/utils/utils.sh
|
||||
|
||||
echo "Installing Git..."
|
||||
brew_smart_install "git"
|
||||
#brew_smart_install "git"
|
||||
|
||||
# pin Git to 2.50.1 due to problems in the latest Git version 2.51.0
|
||||
COMMIT=6b39030bc0d0a0a8df99afe37e5ae4d61ba07c88
|
||||
FORMULA_URL="https://raw.githubusercontent.com/Homebrew/homebrew-core/$COMMIT/Formula/g/git.rb"
|
||||
FORMULA_PATH="$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/g/git.rb"
|
||||
mkdir -p "$(dirname $FORMULA_PATH)"
|
||||
curl -fsSL $FORMULA_URL -o $FORMULA_PATH
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_FROM_API=1 brew install git
|
||||
|
||||
git config --global --add safe.directory "*"
|
||||
|
||||
|
||||
@@ -194,7 +194,8 @@
|
||||
"versions": [
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.24.*",
|
||||
"1.25.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
@@ -202,7 +203,8 @@
|
||||
"versions": [
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.24.*",
|
||||
"1.25.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -277,7 +277,8 @@
|
||||
"versions": [
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.24.*",
|
||||
"1.25.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
@@ -285,7 +286,8 @@
|
||||
"versions": [
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.24.*",
|
||||
"1.25.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
"x64": {
|
||||
"versions": [
|
||||
{
|
||||
"link": "26_beta_6",
|
||||
"filename": "26_beta_6_Universal",
|
||||
"version": "26.0.0-Beta.6+17A5305f",
|
||||
"link": "26_Release_Candidate",
|
||||
"filename": "26_Release_Candidate_Universal",
|
||||
"version": "26_Release_Candidate+17A321",
|
||||
"symlinks": ["26.0"],
|
||||
"sha256": "969b8dfe04c366a1900db6052aae7e711f3ecd34b1cfd08f51b5f98c031c2abd",
|
||||
"sha256": "d56b62964b21c25901e5e48db22ff40862ff490fd3f955704ecd53ca9076db4e",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
@@ -56,11 +56,11 @@
|
||||
"arm64":{
|
||||
"versions": [
|
||||
{
|
||||
"link": "26_beta_6",
|
||||
"filename": "26_beta_6_Universal",
|
||||
"version": "26.0.0-Beta.6+17A5305f",
|
||||
"link": "26_Release_Candidate",
|
||||
"filename": "26_Release_Candidate_Universal",
|
||||
"version": "26_Release_Candidate+17A321",
|
||||
"symlinks": ["26.0"],
|
||||
"sha256": "969b8dfe04c366a1900db6052aae7e711f3ecd34b1cfd08f51b5f98c031c2abd",
|
||||
"sha256": "d56b62964b21c25901e5e48db22ff40862ff490fd3f955704ecd53ca9076db4e",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
@@ -264,7 +264,8 @@
|
||||
"versions": [
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.24.*",
|
||||
"1.25.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
@@ -272,7 +273,8 @@
|
||||
"versions": [
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.24.*",
|
||||
"1.25.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu] CMake will be upgraded to latest version on September 15](https://github.com/actions/runner-images/issues/12958) |
|
||||
| [[Ubuntu & Windows] Four tools scheduled for deprecation on November 3, 2025](https://github.com/actions/runner-images/issues/12898) |
|
||||
***
|
||||
# Ubuntu 22.04
|
||||
- OS Version: 22.04.5 LTS
|
||||
- Kernel Version: 6.8.0-1031-azure
|
||||
- Image Version: 20250818.1.0
|
||||
- Image Version: 20250907.50.1
|
||||
- Systemd version: 249.11-0ubuntu3.16
|
||||
|
||||
## Installed Software
|
||||
@@ -18,7 +23,7 @@
|
||||
- Kotlin 2.2.10-release-430
|
||||
- Mono 6.12.0.200
|
||||
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
|
||||
- Node.js 20.19.4
|
||||
- Node.js 20.19.5
|
||||
- Perl 5.34.0
|
||||
- Python 3.10.12
|
||||
- Ruby 3.0.2p107
|
||||
@@ -26,16 +31,16 @@
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.18.5
|
||||
- Homebrew 4.6.4
|
||||
- Miniconda 25.5.1
|
||||
- Helm 3.18.6
|
||||
- Homebrew 4.6.9
|
||||
- Miniconda 25.7.0
|
||||
- Npm 10.8.2
|
||||
- NuGet 6.6.1.2
|
||||
- Pip 22.0.2
|
||||
- Pip3 22.0.2
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.3.5
|
||||
- Vcpkg (build from commit ee0973d809)
|
||||
- Vcpkg (build from commit b1e15efef6)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -57,21 +62,21 @@ to accomplish this.
|
||||
- Gradle 9.0.0
|
||||
- Lerna 8.2.3
|
||||
- Maven 3.9.11
|
||||
- Sbt 1.11.4
|
||||
- Sbt 1.11.6
|
||||
|
||||
### Tools
|
||||
- Ansible 2.17.13
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.30.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 8.3.1
|
||||
- Bazel 8.4.0
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.37.4
|
||||
- Buildah 1.23.1
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.23.0
|
||||
- Docker Amazon ECR Credential Helper 0.10.1
|
||||
- Docker Compose v2 2.38.2
|
||||
- Docker-Buildx 0.26.1
|
||||
- Docker-Buildx 0.28.0
|
||||
- Docker Client 28.0.4
|
||||
- Docker Server 28.0.4
|
||||
- Fastlane 2.228.0
|
||||
@@ -79,10 +84,10 @@ to accomplish this.
|
||||
- Git LFS 3.7.0
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- Heroku 10.12.0
|
||||
- Heroku 10.13.1
|
||||
- jq 1.6
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.4
|
||||
- Kind 0.30.0
|
||||
- Kubectl 1.34.0
|
||||
- Kustomize 5.7.1
|
||||
- Leiningen 2.11.2
|
||||
- MediaInfo 21.09
|
||||
@@ -95,30 +100,30 @@ to accomplish this.
|
||||
- Packer 1.14.1
|
||||
- Parcel 2.15.4
|
||||
- Podman 3.4.4
|
||||
- Pulumi 3.190.0
|
||||
- Pulumi 3.193.0
|
||||
- R 4.5.1
|
||||
- Skopeo 1.4.1
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- SVN 1.14.1
|
||||
- Terraform 1.12.2
|
||||
- Terraform 1.13.1
|
||||
- yamllint 1.37.1
|
||||
- yq 4.47.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.296
|
||||
- AWS CLI 2.28.12
|
||||
- Alibaba Cloud CLI 3.0.300
|
||||
- AWS CLI 2.28.25
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.142.1
|
||||
- Azure CLI 2.76.0
|
||||
- AWS SAM CLI 1.143.0
|
||||
- Azure CLI 2.77.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- GitHub CLI 2.76.2
|
||||
- Google Cloud CLI 534.0.0
|
||||
- Netlify CLI 23.1.4
|
||||
- OpenShift CLI 4.19.7
|
||||
- GitHub CLI 2.78.0
|
||||
- Google Cloud CLI 537.0.0
|
||||
- Netlify CLI 23.5.0
|
||||
- OpenShift CLI 4.19.10
|
||||
- ORAS CLI 1.2.3
|
||||
- Vercel CLI 46.0.2
|
||||
- Vercel CLI 47.0.5
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -130,8 +135,8 @@ to accomplish this.
|
||||
|
||||
### PHP Tools
|
||||
- PHP: 8.1.2
|
||||
- Composer 2.8.10
|
||||
- PHPUnit 8.5.43
|
||||
- Composer 2.8.11
|
||||
- PHPUnit 8.5.44
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
```
|
||||
@@ -149,7 +154,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.72.0
|
||||
- Bindgen 0.72.1
|
||||
- Cargo audit 0.21.2
|
||||
- Cargo clippy 0.1.89
|
||||
- Cargo outdated 0.17.0
|
||||
@@ -157,13 +162,13 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 139.0.7258.127
|
||||
- ChromeDriver 139.0.7258.68
|
||||
- Chromium 139.0.7258.0
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge WebDriver 139.0.3405.102
|
||||
- Google Chrome 140.0.7339.80
|
||||
- ChromeDriver 140.0.7339.80
|
||||
- Chromium 140.0.7339.0
|
||||
- Microsoft Edge 140.0.3485.54
|
||||
- Microsoft Edge WebDriver 140.0.3485.54
|
||||
- Selenium server 4.35.0
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Mozilla Firefox 142.0.1
|
||||
- Geckodriver 0.36.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -207,12 +212,12 @@ 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.6
|
||||
- 1.24.7
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 20.19.5
|
||||
- 22.19.0
|
||||
|
||||
#### Python
|
||||
- 3.9.23
|
||||
@@ -235,12 +240,12 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 3.4.5
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.11
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.5.0
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.29.1
|
||||
- Microsoft.Graph: 2.30.0
|
||||
- Pester: 5.7.1
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
@@ -282,15 +287,15 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| alpine:3.19 | sha256:3be987e6cde1d07e873c012bf6cfe941e6e85d16ca5fc5b8bedc675451d2de67 | 2025-07-15 |
|
||||
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
|
||||
| debian:11 | sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115 | 2025-08-11 |
|
||||
| moby/buildkit:latest | sha256:ddd1ca44b21eda906e81ab14a3d467fa6c39cd73b9a39df1196210edcb8db59e | 2025-07-01 |
|
||||
| moby/buildkit:latest | sha256:6eceb8971ce4fceb3daca562832642706238b7eea72941fcf9896c93c3c4a53e | 2025-09-03 |
|
||||
| node:18 | sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783 | 2025-03-27 |
|
||||
| node:18-alpine | sha256:8d6421d663b4c28fd3ebc498332f249011d118945588d0a35cb9bc4b8ca09d9e | 2025-03-27 |
|
||||
| node:20 | sha256:572a90df10a58ebb7d3f223d661d964a6c2383a9c2b5763162b4f631c53dc56a | 2025-07-15 |
|
||||
| node:20-alpine | sha256:df02558528d3d3d0d621f112e232611aecfee7cbc654f6b375765f72bb262799 | 2025-07-15 |
|
||||
| node:22 | sha256:3266bc9e8bee1acc8a77386eefaf574987d2729b8c5ec35b0dbd6ddbc40b0ce2 | 2025-08-01 |
|
||||
| node:22-alpine | sha256:1b2479dd35a99687d6638f5976fd235e26c5b37e8122f786fcd5fe231d63de5b | 2025-08-01 |
|
||||
| node:20 | sha256:d22c0ce19226056c67dcc9550894161cf61200b60eb8be78ddbd8ee574871011 | 2025-09-03 |
|
||||
| node:20-alpine | sha256:eabac870db94f7342d6c33560d6613f188bbcf4bbe1f4eb47d5e2a08e1a37722 | 2025-09-03 |
|
||||
| node:22 | sha256:6fe286835c595e53cdafc4889e9eff903dd3008a3050c1675809148d8e0df805 | 2025-08-28 |
|
||||
| node:22-alpine | sha256:d2166de198f26e17e5a442f537754dd616ab069c47cc57b889310a717e0abbf9 | 2025-08-28 |
|
||||
| ubuntu:20.04 | sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 | 2025-04-08 |
|
||||
| ubuntu:22.04 | sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0 | 2025-07-30 |
|
||||
| ubuntu:22.04 | sha256:4e0171b9275e12d375863f2b3ae9ce00a4c53ddda176bd55868df97ac6f21a6e | 2025-08-19 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
@@ -386,3 +391,4 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| xz-utils | 5.2.5-2ubuntu1 |
|
||||
| zip | 3.0-12build2 |
|
||||
| zsync | 0.6.2-3ubuntu1 |
|
||||
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu] CMake will be upgraded to latest version on September 15](https://github.com/actions/runner-images/issues/12958) |
|
||||
| [[Ubuntu & Windows] Four tools scheduled for deprecation on November 3, 2025](https://github.com/actions/runner-images/issues/12898) |
|
||||
***
|
||||
# Ubuntu 24.04
|
||||
- OS Version: 24.04.2 LTS
|
||||
- OS Version: 24.04.3 LTS
|
||||
- Kernel Version: 6.11.0-1018-azure
|
||||
- Image Version: 20250818.1.0
|
||||
- Image Version: 20250907.24.1
|
||||
- Systemd version: 255.4-1ubuntu8.10
|
||||
|
||||
## Installed Software
|
||||
@@ -12,11 +17,11 @@
|
||||
- Clang-format: 16.0.6, 17.0.6, 18.1.3
|
||||
- Clang-tidy: 16.0.6, 17.0.6, 18.1.3
|
||||
- Dash 0.5.12-6ubuntu5
|
||||
- GNU C++: 12.3.0, 13.3.0, 14.2.0
|
||||
- GNU Fortran: 12.3.0, 13.3.0, 14.2.0
|
||||
- GNU C++: 12.4.0, 13.3.0, 14.2.0
|
||||
- GNU Fortran: 12.4.0, 13.3.0, 14.2.0
|
||||
- Julia 1.11.6
|
||||
- Kotlin 2.2.10-release-430
|
||||
- Node.js 20.19.4
|
||||
- Node.js 20.19.5
|
||||
- Perl 5.38.2
|
||||
- Python 3.12.3
|
||||
- Ruby 3.2.3
|
||||
@@ -24,15 +29,15 @@
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.18.5
|
||||
- Homebrew 4.6.4
|
||||
- Miniconda 25.5.1
|
||||
- Helm 3.18.6
|
||||
- Homebrew 4.6.9
|
||||
- Miniconda 25.7.0
|
||||
- Npm 10.8.2
|
||||
- Pip 24.0
|
||||
- Pip3 24.0
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.4.20
|
||||
- Vcpkg (build from commit ee0973d809)
|
||||
- Vcpkg (build from commit b1e15efef6)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -58,15 +63,15 @@ to accomplish this.
|
||||
### Tools
|
||||
- Ansible 2.18.8
|
||||
- AzCopy 10.30.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 8.3.1
|
||||
- Bazel 8.4.0
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.37.4
|
||||
- Buildah 1.33.7
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.23.0
|
||||
- Docker Amazon ECR Credential Helper 0.10.1
|
||||
- Docker Compose v2 2.38.2
|
||||
- Docker-Buildx 0.26.1
|
||||
- Docker-Buildx 0.28.0
|
||||
- Docker Client 28.0.4
|
||||
- Docker Server 28.0.4
|
||||
- Fastlane 2.228.0
|
||||
@@ -75,8 +80,8 @@ to accomplish this.
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- jq 1.7
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.4
|
||||
- Kind 0.30.0
|
||||
- Kubectl 1.34.0
|
||||
- Kustomize 5.7.1
|
||||
- MediaInfo 24.01
|
||||
- Mercurial 6.7.2
|
||||
@@ -88,7 +93,7 @@ to accomplish this.
|
||||
- Packer 1.14.1
|
||||
- Parcel 2.15.4
|
||||
- Podman 4.9.3
|
||||
- Pulumi 3.190.0
|
||||
- Pulumi 3.193.0
|
||||
- Skopeo 1.13.3
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- yamllint 1.37.1
|
||||
@@ -97,13 +102,13 @@ to accomplish this.
|
||||
- Ninja 1.13.1
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.28.12
|
||||
- AWS CLI 2.28.25
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.142.1
|
||||
- Azure CLI 2.76.0
|
||||
- AWS SAM CLI 1.143.0
|
||||
- Azure CLI 2.77.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- GitHub CLI 2.76.2
|
||||
- Google Cloud CLI 534.0.0
|
||||
- GitHub CLI 2.78.0
|
||||
- Google Cloud CLI 537.0.0
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -115,8 +120,8 @@ to accomplish this.
|
||||
|
||||
### PHP Tools
|
||||
- PHP: 8.3.6
|
||||
- Composer 2.8.10
|
||||
- PHPUnit 8.5.43
|
||||
- Composer 2.8.11
|
||||
- PHPUnit 8.5.44
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
```
|
||||
@@ -137,13 +142,13 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 139.0.7258.127
|
||||
- ChromeDriver 139.0.7258.68
|
||||
- Chromium 139.0.7258.0
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge WebDriver 139.0.3405.102
|
||||
- Google Chrome 140.0.7339.80
|
||||
- ChromeDriver 140.0.7339.80
|
||||
- Chromium 140.0.7339.0
|
||||
- Microsoft Edge 140.0.3485.54
|
||||
- Microsoft Edge WebDriver 140.0.3485.54
|
||||
- Selenium server 4.35.0
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Mozilla Firefox 142.0.1
|
||||
- Geckodriver 0.36.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -183,12 +188,12 @@ 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.6
|
||||
- 1.24.7
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 20.19.5
|
||||
- 22.19.0
|
||||
|
||||
#### Python
|
||||
- 3.9.23
|
||||
@@ -208,11 +213,11 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 3.4.5
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.11
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.5.0
|
||||
- Microsoft.Graph: 2.29.1
|
||||
- Microsoft.Graph: 2.30.0
|
||||
- Pester: 5.7.1
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
@@ -320,3 +325,4 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| xz-utils | 5.6.1+really5.4.5-1ubuntu0.2 |
|
||||
| zip | 3.0-13ubuntu0.2 |
|
||||
| zsync | 0.6.2-5build1 |
|
||||
|
||||
|
||||
@@ -200,7 +200,7 @@ build {
|
||||
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
pause_before = "1m0s"
|
||||
pause_before = "5m0s"
|
||||
scripts = ["${path.root}/../scripts/build/cleanup.sh"]
|
||||
start_retry_timeout = "10m"
|
||||
}
|
||||
|
||||
@@ -189,7 +189,7 @@ provisioner "shell" {
|
||||
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
pause_before = "1m0s"
|
||||
pause_before = "5m0s"
|
||||
scripts = ["${path.root}/../scripts/build/cleanup.sh"]
|
||||
start_retry_timeout = "10m"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows Server 2025] image will again have D:/ drive accessible to users from 2025-08-18](https://github.com/actions/runner-images/issues/12744) |
|
||||
| [[Windows, Ubuntu] CMake will be upgraded to latest version on September 15](https://github.com/actions/runner-images/issues/12958) |
|
||||
| [[Ubuntu & Windows] Four tools scheduled for deprecation on November 3, 2025](https://github.com/actions/runner-images/issues/12898) |
|
||||
| [Windows-latest workflows will use Windows Server 2025 image in GH](https://github.com/actions/runner-images/issues/12677) |
|
||||
| [[Windows-2022] Openssl version will be updated to version 3.5.2 on 2025-10-10](https://github.com/actions/runner-images/issues/12676) |
|
||||
| [[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 2022] MongoDB 5.x version will be removed from Windows 2022 image on 2025-09-08 and will be updated to 7.x version.](https://github.com/actions/runner-images/issues/12640) |
|
||||
***
|
||||
# Windows Server 2022
|
||||
- OS Version: 10.0.20348 Build 4052
|
||||
- Image Version: 20250817.1.0
|
||||
- Image Version: 20250907.29.1
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -16,27 +17,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.6
|
||||
- Go 1.24.7
|
||||
- Julia 1.11.6
|
||||
- Kotlin 2.2.10
|
||||
- LLVM 20.1.8
|
||||
- Node 20.19.4
|
||||
- Node 20.19.5
|
||||
- Perl 5.32.1
|
||||
- PHP 8.4.11
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.9
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.5.0
|
||||
- Composer 2.8.10
|
||||
- Helm 3.18.4
|
||||
- Miniconda 25.5.1 (pre-installed on the image but not added to PATH)
|
||||
- Chocolatey 2.5.1
|
||||
- Composer 2.8.11
|
||||
- Helm 3.18.6
|
||||
- Miniconda 25.7.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.14.0.116
|
||||
- pip 25.2 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 4bb07a326d)
|
||||
- Vcpkg (build from commit b1e15efef6)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -49,29 +50,29 @@
|
||||
- Ant 1.10.15
|
||||
- Gradle 9.0
|
||||
- Maven 3.9.11
|
||||
- sbt 1.11.4
|
||||
- sbt 1.11.6
|
||||
|
||||
### Tools
|
||||
- 7zip 25.01
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.30.0
|
||||
- Bazel 8.3.1
|
||||
- Bazel 8.4.0
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.37.4
|
||||
- Cabal 3.16.0.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.23.0
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
- ghc 9.12.2
|
||||
- Git 2.50.1.windows.1
|
||||
- Git 2.51.0.windows.1
|
||||
- Git LFS 3.7.0
|
||||
- ImageMagick 7.1.2-1
|
||||
- ImageMagick 7.1.2-3
|
||||
- InnoSetup 6.4.0
|
||||
- jq 1.8.1
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.4
|
||||
- Kind 0.30.0
|
||||
- Kubectl 1.34.0
|
||||
- Mercurial 6.3.1
|
||||
- gcc 12.2.0
|
||||
- gdb 11.2
|
||||
@@ -80,7 +81,7 @@
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.12.0
|
||||
- Pulumi 3.190.0
|
||||
- Pulumi 3.193.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.7.1
|
||||
@@ -94,13 +95,13 @@
|
||||
- Ninja 1.13.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.295
|
||||
- AWS CLI 2.28.11
|
||||
- AWS SAM CLI 1.142.1
|
||||
- Alibaba Cloud CLI 3.0.300
|
||||
- AWS CLI 2.28.25
|
||||
- AWS SAM CLI 1.143.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.76.0
|
||||
- Azure CLI 2.77.0
|
||||
- Azure DevOps CLI extension 1.0.2
|
||||
- GitHub CLI 2.76.2
|
||||
- GitHub CLI 2.78.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.89.0
|
||||
@@ -109,7 +110,7 @@
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.72.0
|
||||
- bindgen 0.72.1
|
||||
- cargo-audit 0.21.2
|
||||
- cargo-outdated 0.17.0
|
||||
- cbindgen 0.29.0
|
||||
@@ -117,11 +118,11 @@
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 139.0.7258.128
|
||||
- Chrome Driver 139.0.7258.68
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge Driver 139.0.3405.102
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Google Chrome 140.0.7339.81
|
||||
- Chrome Driver 140.0.7339.80
|
||||
- Microsoft Edge 140.0.3485.54
|
||||
- Microsoft Edge Driver 140.0.3485.54
|
||||
- Mozilla Firefox 142.0.1
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.35.0
|
||||
@@ -164,12 +165,12 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.6
|
||||
- 1.24.7
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 20.19.5
|
||||
- 22.19.0
|
||||
|
||||
#### Python
|
||||
- 3.9.13
|
||||
@@ -211,7 +212,7 @@ 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.24.0
|
||||
- Azure CosmosDb Emulator 2.14.25.0
|
||||
- DacFx 170.1.61.1
|
||||
- MySQL 8.0.43.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
@@ -221,12 +222,12 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
| ------ | ------- | ------------------------------------- | ----------- | ------------- | ---------- |
|
||||
| Apache | 2.4.55 | C:\tools\Apache24\conf\httpd.conf | Apache | Stopped | 80 |
|
||||
| Nginx | 1.29.0 | C:\tools\nginx-1.29.0\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
| Nginx | 1.29.1 | C:\tools\nginx-1.29.1\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
|
||||
### Visual Studio Enterprise 2022
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | ------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.14.36408.4 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | -------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.14.36414.22 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
@@ -253,16 +254,16 @@ 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.36405.17 |
|
||||
| Component.VisualStudio.GitHub.Copilot | 17.14.36414.12 |
|
||||
| Component.VSInstallerProjects2022 | 2.0.1 |
|
||||
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
|
||||
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
|
||||
| Component.Xamarin | 17.14.36015.10 |
|
||||
| ios | 18.5.9214.0 |
|
||||
| maccatalyst | 18.5.9214.0 |
|
||||
| maui.blazor | 9.0.51.12966 |
|
||||
| maui.core | 9.0.51.12966 |
|
||||
| maui.windows | 9.0.51.12966 |
|
||||
| maui.blazor | 9.0.82.6628 |
|
||||
| maui.core | 9.0.82.6628 |
|
||||
| maui.windows | 9.0.82.6628 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 17.14.36015.10 |
|
||||
| Microsoft.Component.ClickOnce | 17.14.36015.10 |
|
||||
| Microsoft.Component.CodeAnalysis.SDK | 17.14.36015.10 |
|
||||
@@ -333,7 +334,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.36324.12 |
|
||||
| Microsoft.VisualStudio.Component.IntelliCode | 17.14.36414.12 |
|
||||
| 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 |
|
||||
@@ -404,7 +405,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.19041 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22621 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.36301.6 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.36414.12 |
|
||||
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Workflow | 17.14.36015.10 |
|
||||
@@ -463,7 +464,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 2.0.1 |
|
||||
| Windows Driver Kit | 10.1.26100.4202 |
|
||||
| Windows Driver Kit Visual Studio Extension | 10.0.26100.12 |
|
||||
| Windows Software Development Kit | 10.1.26100.4188 |
|
||||
| Windows Software Development Kit | 10.1.26100.4654 |
|
||||
| WixToolset.WixToolsetVisualStudio2022Extension | 1.0.0.22 |
|
||||
|
||||
#### Microsoft Visual C++
|
||||
@@ -497,10 +498,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.5.0
|
||||
- AWSPowershell: 5.0.34
|
||||
- AWSPowershell: 5.0.49
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.29.1
|
||||
- Microsoft.Graph: 2.30.0
|
||||
- Pester: 3.4.0, 5.7.1
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows Server 2025] image will again have D:/ drive accessible to users from 2025-08-18](https://github.com/actions/runner-images/issues/12744) |
|
||||
| [[Windows, Ubuntu] CMake will be upgraded to latest version on September 15](https://github.com/actions/runner-images/issues/12958) |
|
||||
| [[Ubuntu & Windows] Four tools scheduled for deprecation on November 3, 2025](https://github.com/actions/runner-images/issues/12898) |
|
||||
| [Windows-latest workflows will use Windows Server 2025 image in GH](https://github.com/actions/runner-images/issues/12677) |
|
||||
| [[Windows-2022] Openssl version will be updated to version 3.5.2 on 2025-10-10](https://github.com/actions/runner-images/issues/12676) |
|
||||
| [[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 2022] MongoDB 5.x version will be removed from Windows 2022 image on 2025-09-08 and will be updated to 7.x version.](https://github.com/actions/runner-images/issues/12640) |
|
||||
***
|
||||
# Windows Server 2025
|
||||
- OS Version: 10.0.26100 Build 4946
|
||||
- Image Version: 20250817.1.0
|
||||
- Image Version: 20250907.19.1
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -17,27 +18,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.6
|
||||
- Go 1.24.7
|
||||
- Julia 1.11.6
|
||||
- Kotlin 2.2.10
|
||||
- LLVM 20.1.8
|
||||
- Node 22.18.0
|
||||
- Node 22.19.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.11
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.9
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.5.0
|
||||
- Composer 2.8.10
|
||||
- Helm 3.18.4
|
||||
- Miniconda 25.5.1 (pre-installed on the image but not added to PATH)
|
||||
- Chocolatey 2.5.1
|
||||
- Composer 2.8.11
|
||||
- Helm 3.18.6
|
||||
- Miniconda 25.7.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.9.3
|
||||
- NuGet 6.14.0.116
|
||||
- pip 25.2 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 4bb07a326d)
|
||||
- Vcpkg (build from commit b1e15efef6)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -50,35 +51,35 @@
|
||||
- Ant 1.10.15
|
||||
- Gradle 9.0
|
||||
- Maven 3.9.11
|
||||
- sbt 1.11.4
|
||||
- sbt 1.11.6
|
||||
|
||||
### Tools
|
||||
- 7zip 25.01
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.30.0
|
||||
- Bazel 8.3.1
|
||||
- Bazel 8.4.0
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.37.4
|
||||
- Cabal 3.16.0.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.3
|
||||
- CodeQL Action Bundle 2.23.0
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
- ghc 9.12.2
|
||||
- Git 2.50.1.windows.1
|
||||
- Git 2.51.0.windows.1
|
||||
- Git LFS 3.7.0
|
||||
- ImageMagick 7.1.2-1
|
||||
- ImageMagick 7.1.2-3
|
||||
- jq 1.8.1
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.4
|
||||
- Kind 0.30.0
|
||||
- Kubectl 1.34.0
|
||||
- gcc 14.2.0
|
||||
- gdb 16.2
|
||||
- GNU Binutils 2.44
|
||||
- Newman 6.2.1
|
||||
- OpenSSL 3.5.2
|
||||
- Packer 1.12.0
|
||||
- Pulumi 3.190.0
|
||||
- Pulumi 3.193.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.7.1
|
||||
@@ -91,12 +92,12 @@
|
||||
- Ninja 1.13.1
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.28.11
|
||||
- AWS SAM CLI 1.142.1
|
||||
- AWS CLI 2.28.25
|
||||
- AWS SAM CLI 1.143.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.76.0
|
||||
- Azure CLI 2.77.0
|
||||
- Azure DevOps CLI extension 1.0.2
|
||||
- GitHub CLI 2.76.2
|
||||
- GitHub CLI 2.78.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.89.0
|
||||
@@ -109,11 +110,11 @@
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 139.0.7258.128
|
||||
- Chrome Driver 139.0.7258.68
|
||||
- Microsoft Edge 139.0.3405.102
|
||||
- Microsoft Edge Driver 139.0.3405.102
|
||||
- Mozilla Firefox 141.0.3
|
||||
- Google Chrome 140.0.7339.81
|
||||
- Chrome Driver 140.0.7339.80
|
||||
- Microsoft Edge 140.0.3485.54
|
||||
- Microsoft Edge Driver 140.0.3485.54
|
||||
- Mozilla Firefox 142.0.1
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.35.0
|
||||
@@ -156,12 +157,12 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.12
|
||||
- 1.24.6
|
||||
- 1.24.7
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.4
|
||||
- 22.18.0
|
||||
- 20.19.5
|
||||
- 22.19.0
|
||||
|
||||
#### Python
|
||||
- 3.9.13
|
||||
@@ -200,23 +201,23 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| 7.0.23.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.24.0
|
||||
- Azure CosmosDb Emulator 2.14.25.0
|
||||
- DacFx 170.1.61.1
|
||||
- MySQL 8.0.43.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
- SQLPS 1.0
|
||||
- MongoDB Shell (mongosh) 2.5.6
|
||||
- MongoDB Shell (mongosh) 2.5.7
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
| ------ | ------- | ------------------------------------- | ----------- | ------------- | ---------- |
|
||||
| Apache | 2.4.55 | C:\tools\Apache24\conf\httpd.conf | Apache | Stopped | 80 |
|
||||
| Nginx | 1.29.0 | C:\tools\nginx-1.29.0\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
| Nginx | 1.29.1 | C:\tools\nginx-1.29.1\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
|
||||
### Visual Studio Enterprise 2022
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | ------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.14.36408.4 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | -------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.14.36414.22 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
@@ -241,15 +242,15 @@ 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.36405.17 |
|
||||
| Component.VisualStudio.GitHub.Copilot | 17.14.36414.12 |
|
||||
| Component.VSInstallerProjects2022 | 2.0.1 |
|
||||
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
|
||||
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
|
||||
| ios | 18.5.9214.0 |
|
||||
| maccatalyst | 18.5.9214.0 |
|
||||
| maui.blazor | 9.0.51.12966 |
|
||||
| maui.core | 9.0.51.12966 |
|
||||
| maui.windows | 9.0.51.12966 |
|
||||
| maui.blazor | 9.0.82.6628 |
|
||||
| maui.core | 9.0.82.6628 |
|
||||
| maui.windows | 9.0.82.6628 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 17.14.36015.10 |
|
||||
| Microsoft.Component.ClickOnce | 17.14.36015.10 |
|
||||
| Microsoft.Component.CodeAnalysis.SDK | 17.14.36015.10 |
|
||||
@@ -319,7 +320,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.36324.12 |
|
||||
| Microsoft.VisualStudio.Component.IntelliCode | 17.14.36414.12 |
|
||||
| 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 |
|
||||
@@ -388,7 +389,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Component.Web | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WebDeploy | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.36301.6 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.36414.12 |
|
||||
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Workflow | 17.14.36015.10 |
|
||||
@@ -446,7 +447,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| SSIS.MicrosoftDataToolsIntegrationServices | 1.6.2 |
|
||||
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 2.0.1 |
|
||||
| Windows Driver Kit Visual Studio Extension | 10.0.26100.12 |
|
||||
| Windows Software Development Kit | 10.1.26100.4188 |
|
||||
| Windows Software Development Kit | 10.1.26100.4654 |
|
||||
| WixToolset.WixToolsetVisualStudio2022Extension | 1.0.0.22 |
|
||||
|
||||
#### Microsoft Visual C++
|
||||
@@ -477,10 +478,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.5.0
|
||||
- AWSPowershell: 5.0.34
|
||||
- AWSPowershell: 5.0.49
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.29.1
|
||||
- Microsoft.Graph: 2.30.0
|
||||
- Pester: 3.4.0, 5.7.1
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
@@ -22,13 +22,6 @@ function Install-Msys2 {
|
||||
Write-Host "Download msys2 installer $installerName"
|
||||
$installerPath = Invoke-DownloadWithRetry $downloadUri
|
||||
|
||||
#region Supply chain security - MSYS2
|
||||
$externalHash = Get-ChecksumFromUrl -Type "SHA256" `
|
||||
-Url ($downloadUri -replace $installerName, "msys2-checksums.txt") `
|
||||
-FileName $installerName
|
||||
Test-FileChecksum $installerPath -ExpectedSHA256Sum $externalHash
|
||||
#endregion
|
||||
|
||||
Write-Host "Starting msys2 installation"
|
||||
& $installerPath in --confirm-command --accept-messages --root C:/msys64
|
||||
if ($LastExitCode -ne 0) {
|
||||
|
||||
Reference in New Issue
Block a user