From ffd0972456ffda9ba683cbc81773907365ac8a1d Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 9 Nov 2024 18:15:13 -0700 Subject: [PATCH] Do not run arm but run x86 always --- tools/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci.py b/tools/ci.py index b7622459760..ec6a51491af 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -877,7 +877,7 @@ def pkg_matrix( _matrix.clear() if ( - name not in ["windows", "macos"] + arch == "arm64" and name not in ["windows", "macos"] and "LINUX_ARM_RUNNER" not in os.environ or os.environ["LINUX_ARM_RUNNER"] != 0 ):