From 34a4868e22395355e71f859e303d10c47b37f3d6 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Sat, 27 Apr 2024 16:48:48 +0200 Subject: [PATCH] Switch host CPU --- tests/analysis/cc_jni_library/tests.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/analysis/cc_jni_library/tests.bzl b/tests/analysis/cc_jni_library/tests.bzl index 47ec5ff..9fa54b5 100644 --- a/tests/analysis/cc_jni_library/tests.bzl +++ b/tests/analysis/cc_jni_library/tests.bzl @@ -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: