Fix test failures in OSX/Intel when inferring the platform (#1141)

This commit is contained in:
Hector Geraldino
2022-12-19 17:37:35 -05:00
committed by GitHub
parent 324e9207b6
commit 65b95fb8e1

View File

@@ -6,8 +6,9 @@ class UnixUtils {
"Linux" : [
"x86_64": "LinuxX64"
],
"Mac OS X": [
"Darwin": [
"x86_64": "DarwinX64",
"arm64": "DarwinX64",
]
]