From 95a2f96040eb04ec41bfdd104b65a7f2c956c11d Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Wed, 24 Apr 2024 12:33:37 +0200 Subject: [PATCH] fix(ci): attempt to fix ci runs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20335c718..4b501e613 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: unit_tests: name: Unit tests - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 env: RUBY_YJIT_ENABLE: "1" services: