aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:17:25 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:44:01 -0800
commit23ec248e48f696ae986e2b19cd572ece02a5ba55 (patch)
tree3973e15ea1c34d000b40a64bd64e78880f28efec /.github/workflows
parent2e875549a934fa04b7939810fa0d8a2762702aaa (diff)
downloadruby-23ec248e48f696ae986e2b19cd572ece02a5ba55.tar.gz
s/mjit/rjit/
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rjit-bindgen.yml2
-rw-r--r--.github/workflows/rjit.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rjit-bindgen.yml b/.github/workflows/rjit-bindgen.yml
index 45f05f65b0..9fbf1ff667 100644
--- a/.github/workflows/rjit-bindgen.yml
+++ b/.github/workflows/rjit-bindgen.yml
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
include:
- - task: mjit-bindgen
+ - task: rjit-bindgen
fail-fast: false
runs-on: ubuntu-20.04
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
diff --git a/.github/workflows/rjit.yml b/.github/workflows/rjit.yml
index 701a4779e7..668716cf0d 100644
--- a/.github/workflows/rjit.yml
+++ b/.github/workflows/rjit.yml
@@ -30,7 +30,7 @@ jobs:
matrix:
# main variables included in the job name
test_task: [check]
- run_opts: ['--mjit-call-threshold=1']
+ run_opts: ['--rjit-call-threshold=1']
arch: ['']
fail-fast: false
env: