1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Reduce YJIT runs on macOS [ci skip]

MacOs concurrency on GitHub Actions is limited, and the
performance is relatively poor.
This commit is contained in:
Nobuyoshi Nakada 2021-10-22 17:08:44 +09:00
parent 93691d0752
commit aee4940d5e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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: