mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
macos: drop Hardware_Accelerated_Execution_Manager (#8216)
This commit is contained in:
@@ -199,11 +199,3 @@ function Get-AndroidNDKVersions {
|
||||
$_ + $defaultPostfix
|
||||
} | Join-String -Separator "<br>")
|
||||
}
|
||||
|
||||
function Get-IntelHaxmVersion {
|
||||
kextstat | Where-Object { $_ -match "com.intel.kext.intelhaxm \((?<version>(\d+\.){1,}\d+)\)" } | Out-Null
|
||||
return [PSCustomObject] @{
|
||||
"Package Name" = "Intel HAXM"
|
||||
"Version" = $Matches.Version
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user