From aee4940d5e45f6502aa661662d0ee142a45b98dc Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 22 Oct 2021 17:08:44 +0900 Subject: [PATCH] Reduce YJIT runs on macOS [ci skip] MacOs concurrency on GitHub Actions is limited, and the performance is relatively poor. --- .github/workflows/yjit-macos.yml | 4 ++-- 1 file 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: