From 832388aae7d459beb682898bd44f99f61ba55fae Mon Sep 17 00:00:00 2001 From: sgasho Date: Mon, 1 Jun 2026 18:27:20 +0900 Subject: [PATCH] Enable Enzyme for aarch64-apple-darwin --- src/ci/github-actions/jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index a410972c5cab1..6b6d560904a16 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -517,7 +517,7 @@ auto: - name: dist-aarch64-apple env: SCRIPT: >- - ./x.py dist bootstrap + ./x.py dist bootstrap enzyme --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin