Skip to content

Commit 953177d

Browse files
[macOS] Update software report for macOS 13 arm64 (#8433)
1 parent d8373ee commit 953177d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/macos/software-report/SoftwareReport.Generator.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ $packageManagement = $installedSoftware.AddHeader("Package Management")
7070
$packageManagement.AddToolVersion("Bundler", $(Get-BundlerVersion))
7171
$packageManagement.AddToolVersion("Carthage", $(Get-CarthageVersion))
7272
$packageManagement.AddToolVersion("CocoaPods", $(Get-CocoaPodsVersion))
73-
$packageManagement.AddToolVersion("Composer", $(Get-ComposerVersion))
73+
if (-not $os.IsVenturaArm64) {
74+
$packageManagement.AddToolVersion("Composer", $(Get-ComposerVersion))
75+
}
7476
$packageManagement.AddToolVersion("Homebrew", $(Get-HomebrewVersion))
7577
if ((-not $os.IsVentura) -and (-not $os.IsVenturaArm64)) {
7678
$packageManagement.AddToolVersion("Miniconda", $(Get-CondaVersion))

0 commit comments

Comments
 (0)