mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
[macos] prepare repository for ARM64 arch (#7396)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
|
||||
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
|
||||
|
||||
$os = Get-OSVersion
|
||||
|
||||
Describe "MongoDB" -Skip:($os.IsVentura) {
|
||||
Describe "MongoDB" -Skip:($os.IsVentura -or $os.IsVenturaArm64) {
|
||||
It "<ToolName>" -TestCases @(
|
||||
@{ ToolName = "mongo" }
|
||||
@{ ToolName = "mongod" }
|
||||
@@ -13,7 +12,7 @@ Describe "MongoDB" -Skip:($os.IsVentura) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "PostgreSQL" -Skip:($os.IsVentura) {
|
||||
Describe "PostgreSQL" -Skip:($os.IsVentura -or $os.IsVenturaArm64) {
|
||||
It "PostgreSQL version should correspond to the version in the toolset" {
|
||||
$toolsetVersion = Get-ToolsetValue 'postgresql.version'
|
||||
# Client version
|
||||
|
||||
Reference in New Issue
Block a user