[macOS] Add Colima tool (#6285)
* Add Colima tool to macos images * PR fixes: skip Catalina; switch to toolset json
This commit is contained in:
@@ -182,7 +182,8 @@ $toolsList += @(
|
||||
(Get-GHCVersion),
|
||||
(Get-CabalVersion),
|
||||
(Get-StackVersion),
|
||||
(Get-SwiftFormatVersion)
|
||||
(Get-SwiftFormatVersion),
|
||||
(Get-ColimaVersion)
|
||||
)
|
||||
|
||||
$markdown += New-MDList -Style Unordered -Lines ($toolsList | Sort-Object)
|
||||
|
||||
Reference in New Issue
Block a user