From 0c5f568673b63df0362808468622f8f845696ab5 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Wed, 31 Jul 2024 11:49:57 +0200 Subject: [PATCH] Use ubuntu-20.04 in CI Until we have dropped support for the old Rubies. See https://github.com/ruby/setup-ruby/issues/496#issuecomment-1520667671 --- .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 514276f..6aaa96e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest ] + os: [ ubuntu-20.04 ] ruby: [ 1.9, '2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, ruby-head, jruby, truffleruby ] runs-on: ${{ matrix.os }} steps: