mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[macOS] exclude Colima from Catalina's sw report
This commit is contained in:
committed by
Mikhail Koliada
parent
3cff405f9e
commit
d81fc37201
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user