mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Add blackhole audiodevice for macOS Big sur, add sox and Switchaudio-osx versions to the docs (#3542)
This commit is contained in:
@@ -145,6 +145,13 @@ if ($os.IsLessThanBigSur) {
|
||||
)
|
||||
}
|
||||
|
||||
if (-not $os.IsHighSierra) {
|
||||
$utilitiesList += @(
|
||||
(Get-SwitchAudioOsxVersion),
|
||||
(Get-SoxVersion)
|
||||
)
|
||||
}
|
||||
|
||||
$markdown += New-MDList -Style Unordered -Lines ($utilitiesList | Sort-Object)
|
||||
$markdown += New-MDNewLine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user