[macOS]Add Mozila Firfox to macOS 13,14 and 15 arm64 images. (#12226)

* Add Mozila Firfox to macOS 13,14 and 15 arm64 images.

* move the firefox script next to google chrome installer

---------

Co-authored-by: Suresh kumar <v-erkumar@microsoft.com>
This commit is contained in:
sureshe456
2025-05-23 19:22:38 +05:30
committed by GitHub
parent 2eee00587f
commit a1be1e2884
4 changed files with 4 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ Describe "Edge" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64 -or $os.IsSequoi
}
}
Describe "Firefox" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64 -or $os.IsSequoiaArm64) {
Describe "Firefox" {
It "Firefox" {
$firefoxLocation = "/Applications/Firefox.app/Contents/MacOS/firefox"
$firefoxLocation | Should -Exist