diff --git a/images/macos/software-report/SoftwareReport.Generator.ps1 b/images/macos/software-report/SoftwareReport.Generator.ps1 index 433b4ec3..e58a9199 100644 --- a/images/macos/software-report/SoftwareReport.Generator.ps1 +++ b/images/macos/software-report/SoftwareReport.Generator.ps1 @@ -182,10 +182,15 @@ $toolsList += @( (Get-GHCVersion), (Get-CabalVersion), (Get-StackVersion), - (Get-SwiftFormatVersion), - (Get-ColimaVersion) + (Get-SwiftFormatVersion) ) +if (-not $os.IsCatalina) { + $toolsList += @( + (Get-ColimaVersion) + ) +} + $markdown += New-MDList -Style Unordered -Lines ($toolsList | Sort-Object) # Linters