mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[macOS] Add Colima tool (#6285)
* Add Colima tool to macos images * PR fixes: skip Catalina; switch to toolset json
This commit is contained in:
committed by
GitHub
parent
00b572dfdf
commit
ab4f43d818
@@ -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