From fa6bab952c3decaf78665f473dd4c00fad45f5aa Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Mon, 21 Apr 2025 13:49:07 +0100 Subject: [PATCH] Remove Ubuntu 20.04 (#1148) --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de14e114..ba3519ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: - os: macos-13 - os: macos-latest - os: windows-latest - - os: ubuntu-20.04 - os: ubuntu-22.04 - os: ubuntu-latest steps: @@ -151,8 +150,8 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.0" # Not needed with a .ruby-version file - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + ruby-version: "3.0" # Not needed with a .ruby-version file + bundler-cache: true # runs 'bundle install' and caches installed gems automatically if: "startsWith(matrix.os, 'ubuntu-')" - name: Install apt dependencies