Fix pre-commit

This commit is contained in:
Daniel A. Wozniak 2024-11-19 17:15:06 -07:00 committed by Daniel Wozniak
parent 9bcb8295e1
commit 6949dbdc9b

View file

@ -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()