From 988633d72cedaf3d56bb9a77589fc08bb15b62b3 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Wed, 25 Mar 2026 12:37:03 +0100 Subject: [PATCH] re-enable enzyme/autodiff builds on dist-aarch64-apple --- 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 bff0046c97cb4..5909f29d52c14 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -509,7 +509,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