mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-03 15:57:26 +08:00
[macos] prepare repository for ARM64 arch (#7396)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
|
||||
$os = Get-OSVersion
|
||||
Describe "Git" {
|
||||
It "git is installed" {
|
||||
@@ -7,7 +8,7 @@ Describe "Git" {
|
||||
"git lfs version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
Describe "hub CLI" -Skip:($os.IsVentura) {
|
||||
Describe "hub CLI" -Skip:($os.IsVentura -or $os.IsVenturaArm64) {
|
||||
It "hub CLI is installed" {
|
||||
"hub --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user