From daced753a5c4eedcb121042f2cd5f7ec5f5aa0cd Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 11 Feb 2025 16:47:40 -0800 Subject: Fix YJIT references in comments --- .github/workflows/zjit-macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml index 9da805e409..10a4952204 100644 --- a/.github/workflows/zjit-macos.yml +++ b/.github/workflows/zjit-macos.yml @@ -32,11 +32,11 @@ jobs: - test_task: 'zjit-test' configure: '--enable-zjit=dev --disable-yjit' # Test without ZJIT for now - #yjit_opts: '--yjit-call-threshold=1 --yjit-verify-ctx --yjit-code-gc' + #zjit_opts: '--zjit-call-threshold=1' env: GITPULLOPTIONS: --no-tags origin ${{ github.ref }} - RUN_OPTS: ${{ matrix.yjit_opts }} + RUN_OPTS: ${{ matrix.zjit_opts }} SPECOPTS: ${{ matrix.specopts }} runs-on: macos-14 @@ -97,7 +97,7 @@ jobs: - uses: ./.github/actions/slack with: - label: ${{ matrix.test_task }} ${{ matrix.configure }} ${{ matrix.yjit_opts }} + label: ${{ matrix.test_task }} ${{ matrix.configure }} ${{ matrix.zjit_opts }} SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot if: ${{ failure() }} -- cgit v1.2.3