From 6949dbdc9bc480e503040b1ccb66d283686acc18 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 19 Nov 2024 17:15:06 -0700 Subject: [PATCH] Fix pre-commit --- tools/ci.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci.py b/tools/ci.py index bfc774045a0..8967495208b 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -870,11 +870,11 @@ def pkg_matrix( for entry in _matrix: ctx.print(" * ", entry, soft_wrap=True) - #if ( + # if ( # gh_event["repository"]["fork"] is True # and "macos" in distro_slug # and "arm64" in distro_slug - #): + # ): # # XXX: This should work now # ctx.warn("Forks don't have access to MacOS 13 Arm64. Clearning the matrix.") # _matrix.clear()