From 4fc5bb6eee91d49c2f3ed7e6f060aa32e2c5929b Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Fri, 19 Aug 2022 11:58:00 +0200 Subject: [PATCH] CI: remove Ubuntu 18.04 job (#473) 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 }