From c2c344c4f4dde095f3dd3c80cc8bd25de2d90132 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Fri, 19 Aug 2022 11:50:37 +0200 Subject: [PATCH] CI: remove Ubuntu 18.04 job GitHub Actions will remove the Ubuntu 18.04 image in December and have brownouts before that: https://github.com/actions/runner-images/issues/6002 --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d372d8ad..b8f1d1d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,7 +102,6 @@ jobs: - { os: ubuntu-20.04, ruby: 2.7, gemfile: gemfiles/public_suffix_3.rb } - { os: ubuntu-20.04, ruby: 2.7, gemfile: gemfiles/public_suffix_4.rb } # Ubuntu - - { os: ubuntu-18.04, ruby: 2.7 } - { os: ubuntu-22.04, ruby: 3.1 } # macOS - { os: macos-11, ruby: 3.1 }