From b1e9b9539b1d72416bc02d104de45d2f487bf51d Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Wed, 24 Apr 2024 16:30:41 +0200 Subject: [PATCH] Revert "fix(ci): attempt to fix ci runs" This reverts commit 95a2f96040eb04ec41bfdd104b65a7f2c956c11d. --- .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 4b501e613..20335c718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: unit_tests: name: Unit tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: RUBY_YJIT_ENABLE: "1" services: