From 9d4281200bbd416cfb631ae670d4e4b82ab0f574 Mon Sep 17 00:00:00 2001 From: Gary Passero Date: Tue, 14 Jan 2025 07:45:40 -0500 Subject: [PATCH] Trying to work around https://github.com/actions/runner-images/issues/10636 --- .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 c66cb2a..40d201e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [pull_request, push] jobs: rspec: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # We run our `rspec` tests on many versions of Ruby to ensure compatibility. strategy: matrix: