From 5627121ef9bb4e65083fa3ca7c19c6a74a4e9a50 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Tue, 11 Feb 2025 19:25:24 -0500 Subject: fix typo to actually test zjit in zjit-macos --- .github/workflows/zjit-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml index d9d9079561..a5439384e0 100644 --- a/.github/workflows/zjit-macos.yml +++ b/.github/workflows/zjit-macos.yml @@ -49,7 +49,7 @@ jobs: matrix: include: - test_task: 'check' - configure: '--enable-yjit=dev --disable-yjit' + configure: '--enable-zjit=dev --disable-yjit' - test_task: 'test-zjit' configure: '--enable-zjit=dev --disable-yjit' -- cgit v1.2.3