mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
[macOS] Remove additional curly bracket. (#12761)
* [macOS] Add Edge browser to arm64 images.
* [macOS] Replace the edge download URL for arm64 images.
* [macOS] Remove if condition for skipping software report generation for arm64 images.
* [macOS] Removed additional {.
This commit is contained in:
@@ -12,7 +12,6 @@ function Build-BrowserSection {
|
|||||||
[ToolVersionNode]::new("Microsoft Edge", $(Get-EdgeVersion))
|
[ToolVersionNode]::new("Microsoft Edge", $(Get-EdgeVersion))
|
||||||
[ToolVersionNode]::new("Microsoft Edge WebDriver", $(Get-EdgeDriverVersion))
|
[ToolVersionNode]::new("Microsoft Edge WebDriver", $(Get-EdgeDriverVersion))
|
||||||
)
|
)
|
||||||
}
|
|
||||||
|
|
||||||
$nodes += @(
|
$nodes += @(
|
||||||
[ToolVersionNode]::new("Mozilla Firefox", $(Get-FirefoxVersion))
|
[ToolVersionNode]::new("Mozilla Firefox", $(Get-FirefoxVersion))
|
||||||
|
|||||||
Reference in New Issue
Block a user