diff --git a/.github/ISSUE_TEMPLATE/announcement.yml b/.github/ISSUE_TEMPLATE/announcement.yml
index dfd7c35f4668..59e683bf6ffa 100644
--- a/.github/ISSUE_TEMPLATE/announcement.yml
+++ b/.github/ISSUE_TEMPLATE/announcement.yml
@@ -44,6 +44,8 @@ body:
- label: macOS 13 Arm64
- label: macOS 14
- label: macOS 14 Arm64
+ - label: macOS 15
+ - label: macOS 15 Arm64
- label: Windows Server 2019
- label: Windows Server 2022
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 1a7c0d45b7d1..695f5c887924 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -27,6 +27,8 @@ body:
- label: macOS 13 Arm64
- label: macOS 14
- label: macOS 14 Arm64
+ - label: macOS 15
+ - label: macOS 15 Arm64
- label: Windows Server 2019
- label: Windows Server 2022
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/tool-request.yml b/.github/ISSUE_TEMPLATE/tool-request.yml
index 37b7d9524be0..b0fb98a16bcb 100644
--- a/.github/ISSUE_TEMPLATE/tool-request.yml
+++ b/.github/ISSUE_TEMPLATE/tool-request.yml
@@ -65,6 +65,8 @@ body:
- label: macOS 13 Arm64
- label: macOS 14
- label: macOS 14 Arm64
+ - label: macOS 15
+ - label: macOS 15 Arm64
- label: Windows Server 2019
- label: Windows Server 2022
- type: textarea
diff --git a/README.md b/README.md
index 63c84e9abcbd..3ce17a13810e 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
| Ubuntu 24.04 | `ubuntu-24.04` | [ubuntu-24.04] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fijunaidm%2F0b5459bbe18604a639e1d2f7accd204f%2Fraw%2Fubuntu24.json) |
| Ubuntu 22.04 | `ubuntu-latest` or `ubuntu-22.04` | [ubuntu-22.04] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fijunaidm%2F0b5459bbe18604a639e1d2f7accd204f%2Fraw%2Fubuntu22.json) |
| Ubuntu 20.04 | `ubuntu-20.04` | [ubuntu-20.04] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fijunaidm%2F0b5459bbe18604a639e1d2f7accd204f%2Fraw%2Fubuntu20.json) |
+| macOS 15 beta | `macos-15-large`| [macOS-15] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fijunaidm%2F0b5459bbe18604a639e1d2f7accd204f%2Fraw%2Fmacos-15.json) |
+| macOS 15 Arm64 beta | `macos-15`, `macos-15-xlarge` | [macOS-15-arm64] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fijunaidm%2F0b5459bbe18604a639e1d2f7accd204f%2Fraw%2Fmacos-15-arm64.json) |
| macOS 14 | `macos-latest-large` or `macos-14-large`| [macOS-14] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fijunaidm%2F0b5459bbe18604a639e1d2f7accd204f%2Fraw%2Fmacos-14.json) |
| macOS 14 Arm64 |`macos-latest`, `macos-14`, `macos-latest-xlarge` or `macos-14-xlarge`| [macOS-14-arm64] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fijunaidm%2F0b5459bbe18604a639e1d2f7accd204f%2Fraw%2Fmacos-14-arm64.json) |
| macOS 13 | `macos-13` or `macos-13-large` | [macOS-13] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fijunaidm%2F0b5459bbe18604a639e1d2f7accd204f%2Fraw%2Fmacos-13.json) |
@@ -47,6 +49,8 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
[macOS-13-arm64]: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-arm64-Readme.md
[macOS-14]: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
[macOS-14-arm64]: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
+[macOS-15]: https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
+[macOS-15-arm64]: https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
[self-hosted runners]: https://help.github.com/en/actions/hosting-your-own-runners
## Announcements
diff --git a/images/macos/macos-15-Readme.md b/images/macos/macos-15-Readme.md
new file mode 100644
index 000000000000..fbf82341bcbf
--- /dev/null
+++ b/images/macos/macos-15-Readme.md
@@ -0,0 +1,209 @@
+# macOS 15
+- OS Version: macOS 15.0 (24A335)
+- Kernel Version: Darwin 24.0.0
+- Image Version: 20240923.103
+
+## Installed Software
+
+### Language and Runtime
+- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.401
+- 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`
+- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
+- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
+- GCC 14 (Homebrew GCC 14.2.0) - available by `gcc-14` alias
+- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
+- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
+- GNU Fortran 14 (Homebrew GCC 14.2.0) - available by `gfortran-14` alias
+- Kotlin 2.0.20-release-360
+- Node.js 22.9.0
+- Perl 5.38.2
+- PHP 8.3.11
+- Python3 3.12.6
+- Ruby 3.3.5
+
+### Package Management
+- Bundler 2.5.19
+- Carthage 0.40.0
+- CocoaPods 1.15.2
+- Composer 2.7.9
+- Homebrew 4.3.24
+- NPM 10.8.3
+- Pip3 24.2 (python 3.12)
+- Pipx 1.7.1
+- RubyGems 3.5.19
+- Yarn 1.22.22
+
+### Project Management
+- Apache Ant 1.10.15
+- Apache Maven 3.9.9
+- Gradle 8.10.1
+
+### Utilities
+- 7-Zip 17.05
+- aria2 1.37.0
+- azcopy 10.26.0
+- bazel 7.3.1
+- bazelisk 1.21.0
+- bsdtar 3.5.3 - available by 'tar' alias
+- Curl 8.10.1
+- Git 2.46.1
+- Git LFS 3.5.1
+- GitHub CLI 2.57.0
+- GNU Tar 1.35 - available by 'gtar' alias
+- GNU Wget 1.24.5
+- gpg (GnuPG) 2.4.5
+- jq 1.7.1
+- OpenSSL 1.1.1w 11 Sep 2023
+- Packer 1.9.4
+- pkg-config 0.29.2
+- yq 4.44.3
+- zstd 1.5.6
+
+### Tools
+- AWS CLI 2.17.57
+- AWS SAM CLI 1.124.0
+- AWS Session Manager CLI 1.2.650.0
+- Azure CLI 2.64.0
+- Azure CLI (azure-devops) 1.0.1
+- Bicep CLI 0.30.3
+- Cmake 3.30.3
+- CodeQL Action Bundle 2.19.0
+- Fastlane 2.222.0
+- SwiftFormat 0.54.5
+- Xcbeautify 2.11.0
+- Xcode Command Line Tools 16.0.0.0.1.1724870825
+- Xcodes 1.5.0
+
+### Linters
+- SwiftLint 0.57.0
+
+### Browsers
+- Safari 18.0 (20619.1.26.31.6)
+- SafariDriver 18.0 (20619.1.26.31.6)
+- Google Chrome 129.0.6668.59
+- Google Chrome for Testing 129.0.6668.58
+- ChromeDriver 129.0.6668.58
+- Microsoft Edge 129.0.2792.52
+- Microsoft Edge WebDriver 129.0.2792.46
+- Mozilla Firefox 130.0.1
+- geckodriver 0.35.0
+- Selenium server 4.25.0
+
+#### Environment variables
+| Name | Value |
+| --------------- | ------------------------------------- |
+| CHROMEWEBDRIVER | /usr/local/share/chromedriver-mac-x64 |
+| EDGEWEBDRIVER | /usr/local/share/edge_driver |
+| GECKOWEBDRIVER | /usr/local/opt/geckodriver/bin |
+
+### Java
+| Version | Environment Variable |
+| -------------------- | -------------------- |
+| 11.0.24+8 | JAVA_HOME_11_X64 |
+| 17.0.12+7 | JAVA_HOME_17_X64 |
+| 21.0.4+7.0 (default) | JAVA_HOME_21_X64 |
+
+### Cached Tools
+
+#### Ruby
+- 3.1.6
+- 3.2.5
+
+#### Python
+- 3.9.20
+- 3.10.15
+- 3.11.9
+- 3.12.6
+
+#### Node.js
+- 18.20.4
+- 20.17.0
+
+#### Go
+- 1.21.13
+- 1.22.7
+- 1.23.1
+
+### Rust Tools
+- Cargo 1.81.0
+- Rust 1.81.0
+- Rustdoc 1.81.0
+- Rustup 1.27.1
+
+#### Packages
+- Clippy 0.1.81
+- Rustfmt 1.7.1-stable
+
+### PowerShell Tools
+- PowerShell 7.4.5
+
+#### PowerShell Modules
+- Az: 12.3.0
+- Pester: 5.6.1
+- PSScriptAnalyzer: 1.22.0
+
+### Xcode
+| Version | Build | Path |
+| -------------- | -------- | ----------------------------------- |
+| 16.1 (beta) | 16B5014f | /Applications/Xcode_16.1_beta_2.app |
+| 16.0 (default) | 16A242d | /Applications/Xcode_16.app |
+
+#### Installed SDKs
+| SDK | SDK Name | Xcode Version |
+| ------------------------ | -------------------- | ------------- |
+| macOS 15.0 | macosx15.0 | 16.0 |
+| macOS 15.1 | macosx15.1 | 16.1 |
+| iOS 18.0 | iphoneos18.0 | 16.0 |
+| iOS 18.1 | iphoneos18.1 | 16.1 |
+| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
+| Simulator - iOS 18.1 | iphonesimulator18.1 | 16.1 |
+| tvOS 18.0 | appletvos18.0 | 16.0 |
+| tvOS 18.1 | appletvos18.1 | 16.1 |
+| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
+| Simulator - tvOS 18.1 | appletvsimulator18.1 | 16.1 |
+| watchOS 11.0 | watchos11.0 | 16.0 |
+| watchOS 11.1 | watchos11.1 | 16.1 |
+| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
+| Simulator - watchOS 11.1 | watchsimulator11.1 | 16.1 |
+| visionOS 2.0 | xros2.0 | 16.0 |
+| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
+| Simulator - visionOS 2.1 | xrsimulator2.1 | 16.1 |
+| visionOS 2.1 | xros2.1 | 16.1 |
+| DriverKit 24.0 | driverkit24.0 | 16.0 |
+| DriverKit 24.1 | driverkit24.1 | 16.1 |
+
+#### Installed Simulators
+| OS | Simulators |
+| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| iOS 18.0 | iPhone 16
iPhone 16 Plus
iPhone 16 Pro
iPhone 16 Pro Max
iPhone SE (3rd generation)
iPad (10th generation)
iPad Air 11-inch (M2)
iPad Air 13-inch (M2)
iPad mini (6th generation)
iPad Pro 11-inch (M4)
iPad Pro 13-inch (M4) |
+| iOS 18.1 | iPhone 16
iPhone 16 Plus
iPhone 16 Pro
iPhone 16 Pro Max
iPhone SE (3rd generation)
iPad (10th generation)
iPad Air 11-inch (M2)
iPad Air 13-inch (M2)
iPad mini (6th generation)
iPad Pro 11-inch (M4)
iPad Pro 13-inch (M4) |
+| tvOS 18.0 | Apple TV
Apple TV 4K (3rd generation)
Apple TV 4K (3rd generation) (at 1080p) |
+| tvOS 18.1 | Apple TV
Apple TV 4K (3rd generation)
Apple TV 4K (3rd generation) (at 1080p) |
+| watchOS 11.0 | Apple Watch SE (40mm) (2nd generation)
Apple Watch SE (44mm) (2nd generation)
Apple Watch Series 10 (42mm)
Apple Watch Series 10 (46mm)
Apple Watch Ultra 2 (49mm) |
+| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)
Apple Watch SE (44mm) (2nd generation)
Apple Watch Series 10 (42mm)
Apple Watch Series 10 (46mm)
Apple Watch Ultra 2 (49mm) |
+
+### Android
+| Package Name | Version |
+| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Android Emulator | 35.1.21 |
+| Android SDK Platforms | android-35 (rev 1)
android-34-ext8 (rev 1)
android-34-ext12 (rev 1)
android-34-ext11 (rev 1)
android-34-ext10 (rev 1)
android-33-ext5 (rev 1)
android-33-ext4 (rev 1) |
+| Android SDK Platform-Tools | 35.0.2 |
+| Android Support Repository | 47.0.0 |
+| CMake | 3.22.1 |
+| Google Play services | 49 |
+| Google Repository | 58 |
+| NDK | 26.3.11579264
27.1.12297006 (default) |
+
+#### Environment variables
+| Name | Value |
+| ----------------------- | --------------------------------------------------- |
+| ANDROID_HOME | /Users/runner/Library/Android/sdk |
+| ANDROID_NDK | /Users/runner/Library/Android/sdk/ndk/27.1.12297006 |
+| ANDROID_NDK_HOME | /Users/runner/Library/Android/sdk/ndk/27.1.12297006 |
+| ANDROID_NDK_LATEST_HOME | /Users/runner/Library/Android/sdk/ndk/27.1.12297006 |
+| ANDROID_NDK_ROOT | /Users/runner/Library/Android/sdk/ndk/27.1.12297006 |
+| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |
+
+### Miscellaneous
diff --git a/images/macos/macos-15-arm64-Readme.md b/images/macos/macos-15-arm64-Readme.md
new file mode 100644
index 000000000000..42718d10c8d0
--- /dev/null
+++ b/images/macos/macos-15-arm64-Readme.md
@@ -0,0 +1,196 @@
+# macOS 15
+- OS Version: macOS 15.0 (24A335)
+- Kernel Version: Darwin 24.0.0
+- Image Version: 20240919.100
+
+## Installed Software
+
+### Language and Runtime
+- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.410, 8.0.101, 8.0.204, 8.0.303, 8.0.401
+- 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`
+- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
+- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
+- GCC 14 (Homebrew GCC 14.2.0) - available by `gcc-14` alias
+- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
+- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
+- GNU Fortran 14 (Homebrew GCC 14.2.0) - available by `gfortran-14` alias
+- Kotlin 2.0.20-release-360
+- Node.js 22.9.0
+- Perl 5.38.2
+- Python3 3.12.6
+- Ruby 3.3.5
+
+### Package Management
+- Bundler 2.5.19
+- Carthage 0.40.0
+- CocoaPods 1.15.2
+- Homebrew 4.3.23
+- NPM 10.8.3
+- Pip3 24.2 (python 3.12)
+- Pipx 1.7.1
+- RubyGems 3.5.19
+- Yarn 1.22.22
+
+### Project Management
+- Apache Ant 1.10.15
+- Apache Maven 3.9.9
+- Gradle 8.10.1
+
+### Utilities
+- 7-Zip 17.05
+- aria2 1.37.0
+- azcopy 10.26.0
+- bazel 7.3.1
+- bazelisk 1.21.0
+- bsdtar 3.5.3 - available by 'tar' alias
+- Curl 8.7.1
+- Git 2.46.1
+- Git LFS 3.5.1
+- GitHub CLI 2.57.0
+- GNU Tar 1.35 - available by 'gtar' alias
+- GNU Wget 1.24.5
+- gpg (GnuPG) 2.4.5
+- jq 1.7.1
+- OpenSSL 1.1.1w 11 Sep 2023
+- Packer 1.9.4
+- pkg-config 0.29.2
+- yq 4.44.3
+- zstd 1.5.6
+
+### Tools
+- AWS CLI 2.17.54
+- AWS SAM CLI 1.124.0
+- AWS Session Manager CLI 1.2.650.0
+- Azure CLI 2.64.0
+- Azure CLI (azure-devops) 1.0.1
+- Bicep CLI 0.30.3
+- Cmake 3.30.3
+- CodeQL Action Bundle 2.19.0
+- Fastlane 2.222.0
+- SwiftFormat 0.54.5
+- Xcbeautify 2.11.0
+- Xcode Command Line Tools 16.0.0.0.1.1724870825
+- Xcodes 1.5.0
+
+### Linters
+
+### Browsers
+- Safari 18.0 (20619.1.26.31.6)
+- SafariDriver 18.0 (20619.1.26.31.6)
+- Google Chrome 129.0.6668.59
+- Google Chrome for Testing 129.0.6668.58
+- ChromeDriver 129.0.6668.58
+- Selenium server 4.24.0
+
+#### Environment variables
+| Name | Value |
+| --------------- | --------------------------------------- |
+| CHROMEWEBDRIVER | /usr/local/share/chromedriver-mac-arm64 |
+| EDGEWEBDRIVER | |
+| GECKOWEBDRIVER | |
+
+### Java
+| Version | Environment Variable |
+| -------------------- | -------------------- |
+| 11.0.24+8 | JAVA_HOME_11_arm64 |
+| 17.0.12+7 | JAVA_HOME_17_arm64 |
+| 21.0.4+7.0 (default) | JAVA_HOME_21_arm64 |
+
+### Cached Tools
+
+#### Python
+- 3.11.9
+- 3.12.6
+
+#### Node.js
+- 18.20.4
+- 20.17.0
+
+#### Go
+- 1.21.13
+- 1.22.7
+- 1.23.1
+
+### Rust Tools
+- Cargo 1.81.0
+- Rust 1.81.0
+- Rustdoc 1.81.0
+- Rustup 1.27.1
+
+#### Packages
+- Clippy 0.1.81
+- Rustfmt 1.7.1-stable
+
+### PowerShell Tools
+- PowerShell 7.4.5
+
+#### PowerShell Modules
+- Az: 12.3.0
+- Pester: 5.6.1
+- PSScriptAnalyzer: 1.22.0
+
+### Xcode
+| Version | Build | Path |
+| -------------- | -------- | ----------------------------------- |
+| 16.1 (beta) | 16B5014f | /Applications/Xcode_16.1_beta_2.app |
+| 16.0 (default) | 16A242d | /Applications/Xcode_16.app |
+
+#### Installed SDKs
+| SDK | SDK Name | Xcode Version |
+| ------------------------ | -------------------- | ------------- |
+| macOS 15.0 | macosx15.0 | 16.0 |
+| macOS 15.1 | macosx15.1 | 16.1 |
+| iOS 18.0 | iphoneos18.0 | 16.0 |
+| iOS 18.1 | iphoneos18.1 | 16.1 |
+| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
+| Simulator - iOS 18.1 | iphonesimulator18.1 | 16.1 |
+| tvOS 18.0 | appletvos18.0 | 16.0 |
+| tvOS 18.1 | appletvos18.1 | 16.1 |
+| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
+| Simulator - tvOS 18.1 | appletvsimulator18.1 | 16.1 |
+| watchOS 11.0 | watchos11.0 | 16.0 |
+| watchOS 11.1 | watchos11.1 | 16.1 |
+| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
+| Simulator - watchOS 11.1 | watchsimulator11.1 | 16.1 |
+| visionOS 2.0 | xros2.0 | 16.0 |
+| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
+| Simulator - visionOS 2.1 | xrsimulator2.1 | 16.1 |
+| visionOS 2.1 | xros2.1 | 16.1 |
+| DriverKit 24.0 | driverkit24.0 | 16.0 |
+| DriverKit 24.1 | driverkit24.1 | 16.1 |
+
+#### Installed Simulators
+| OS | Simulators |
+| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| iOS 18.0 | iPhone 16
iPhone 16 Plus
iPhone 16 Pro
iPhone 16 Pro Max
iPhone SE (3rd generation)
iPad (10th generation)
iPad Air 11-inch (M2)
iPad Air 13-inch (M2)
iPad mini (6th generation)
iPad Pro 11-inch (M4)
iPad Pro 13-inch (M4) |
+| iOS 18.1 | iPhone 16
iPhone 16 Plus
iPhone 16 Pro
iPhone 16 Pro Max
iPhone SE (3rd generation)
iPad (10th generation)
iPad Air 11-inch (M2)
iPad Air 13-inch (M2)
iPad mini (6th generation)
iPad Pro 11-inch (M4)
iPad Pro 13-inch (M4) |
+| tvOS 18.0 | Apple TV
Apple TV 4K (3rd generation)
Apple TV 4K (3rd generation) (at 1080p) |
+| tvOS 18.1 | Apple TV
Apple TV 4K (3rd generation)
Apple TV 4K (3rd generation) (at 1080p) |
+| watchOS 11.0 | Apple Watch SE (40mm) (2nd generation)
Apple Watch SE (44mm) (2nd generation)
Apple Watch Series 10 (42mm)
Apple Watch Series 10 (46mm)
Apple Watch Ultra 2 (49mm) |
+| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)
Apple Watch SE (44mm) (2nd generation)
Apple Watch Series 10 (42mm)
Apple Watch Series 10 (46mm)
Apple Watch Ultra 2 (49mm) |
+| visionOS 2.0 | Apple Vision Pro |
+| visionOS 2.1 | Apple Vision Pro |
+
+### Android
+| Package Name | Version |
+| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Android Emulator | 35.1.21 |
+| Android SDK Platforms | android-35 (rev 1)
android-34-ext8 (rev 1)
android-34-ext12 (rev 1)
android-34-ext11 (rev 1)
android-34-ext10 (rev 1)
android-33-ext5 (rev 1)
android-33-ext4 (rev 1) |
+| Android SDK Platform-Tools | 35.0.2 |
+| Android Support Repository | 47.0.0 |
+| CMake | 3.22.1 |
+| Google Play services | 49 |
+| Google Repository | 58 |
+| NDK | 25.2.9519653
26.3.11579264
27.1.12297006 (default) |
+
+#### Environment variables
+| Name | Value |
+| ----------------------- | --------------------------------------------------- |
+| ANDROID_HOME | /Users/runner/Library/Android/sdk |
+| ANDROID_NDK | /Users/runner/Library/Android/sdk/ndk/27.1.12297006 |
+| ANDROID_NDK_HOME | /Users/runner/Library/Android/sdk/ndk/27.1.12297006 |
+| ANDROID_NDK_LATEST_HOME | /Users/runner/Library/Android/sdk/ndk/27.1.12297006 |
+| ANDROID_NDK_ROOT | /Users/runner/Library/Android/sdk/ndk/27.1.12297006 |
+| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |