Skip to content

Commit 65b95fb

Browse files
authored
Fix test failures in OSX/Intel when inferring the platform (#1141)
1 parent 324e920 commit 65b95fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/groovy/sdkman/support/UnixUtils.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ class UnixUtils {
66
"Linux" : [
77
"x86_64": "LinuxX64"
88
],
9-
"Mac OS X": [
9+
"Darwin": [
1010
"x86_64": "DarwinX64",
11+
"arm64": "DarwinX64",
1112
]
1213
]
1314

0 commit comments

Comments
 (0)