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