Skip to content

Commit

Permalink
Switch host CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Apr 27, 2024
1 parent 393c2c6 commit 34a4868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/analysis/cc_jni_library/tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _get_host_legacy_cpu():
if os == "linux":
return "k8"
elif os == "osx":
return "darwin_x86_64"
return "darwin"
elif os == "windows":
return "x64_windows"
else:
Expand Down

0 comments on commit 34a4868

Please sign in to comment.