diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2025-02-11 19:25:24 -0500 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-04-18 21:52:58 +0900 |
| commit | 5627121ef9bb4e65083fa3ca7c19c6a74a4e9a50 (patch) | |
| tree | a7ab0bf65fba2170dfe0f9d0ce7888a13aa91b98 | |
| parent | b19dce1fbac56bbc71f82d28c547b31354302ca4 (diff) | |
fix typo to actually test zjit in zjit-macos
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13131
| -rw-r--r-- | .github/workflows/zjit-macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
