mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[mac OS] adding kotlin lang using brew (#3777)
This commit is contained in:
@@ -43,7 +43,8 @@ $languageAndRuntimeList = @(
|
||||
(Get-DotnetVersionList),
|
||||
(Get-GoVersion),
|
||||
(Get-PHPVersion),
|
||||
(Get-JuliaVersion)
|
||||
(Get-JuliaVersion),
|
||||
(Get-KotlinVersion)
|
||||
)
|
||||
|
||||
if ( -not $os.IsHighSierra) {
|
||||
|
||||
Reference in New Issue
Block a user