From a4d120e1c48ca7773840f6a82f0a1821406a61ca Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 8 Jan 2025 01:00:26 +0900 Subject: [PATCH] ci: Remove GitHub-hosted ubuntu-20.04 runner test https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/ --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bfbf5f4..eb62f517 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,6 @@ jobs: matrix: include: # NB: Sync list with https://github.com/taiki-e/checkout-action/blob/HEAD/.github/workflows/ci.yml - - os: ubuntu-20.04 - os: ubuntu-22.04 - os: ubuntu-24.04 - os: ubuntu-22.04