summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-22 17:08:44 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-22 17:14:00 +0900
commitaee4940d5e45f6502aa661662d0ee142a45b98dc (patch)
tree3aa84df1730f3fd58ab60df280f596f12495b8ee /.github
parent93691d07525773b4b77eeaba347e8d910ab3dcbb (diff)
Reduce YJIT runs on macOS [ci skip]
MacOs concurrency on GitHub Actions is limited, and the performance is relatively poor.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/yjit-macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml
index a0054f8a0c..f91be50559 100644
--- a/.github/workflows/yjit-macos.yml
+++ b/.github/workflows/yjit-macos.yml
@@ -9,8 +9,8 @@ jobs:
yjit_opts: [
"--yjit",
"--yjit --yjit-call-threshold=1 --yjit-max-versions=1",
- "--yjit --yjit-call-threshold=1",
- "--yjit --yjit-call-threshold=2"
+ # "--yjit --yjit-call-threshold=1",
+ # "--yjit --yjit-call-threshold=2"
]
fail-fast: false
env: