From 65b95fb8e18dbdfbc71ae4600d8fa2efb22bed40 Mon Sep 17 00:00:00 2001 From: Hector Geraldino Date: Mon, 19 Dec 2022 17:37:35 -0500 Subject: [PATCH] Fix test failures in OSX/Intel when inferring the platform (#1141) --- src/test/groovy/sdkman/support/UnixUtils.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/groovy/sdkman/support/UnixUtils.groovy b/src/test/groovy/sdkman/support/UnixUtils.groovy index ad8d2736..e4d434bd 100644 --- a/src/test/groovy/sdkman/support/UnixUtils.groovy +++ b/src/test/groovy/sdkman/support/UnixUtils.groovy @@ -6,8 +6,9 @@ class UnixUtils { "Linux" : [ "x86_64": "LinuxX64" ], - "Mac OS X": [ + "Darwin": [ "x86_64": "DarwinX64", + "arm64": "DarwinX64", ] ]