From cc8e178a6f8ede73ba3bb19acae1ef3faddd90f7 Mon Sep 17 00:00:00 2001 From: David Crosby Date: Thu, 5 Dec 2024 09:16:52 -0800 Subject: [PATCH] Drop C7, Ubuntu 1804, Debian 9 tests Summary: C7 went fully EOL 5 months ago, Ubuntu 1804's free updates stopped a year and a half ago, Debian 9 went EOL 2 and half years ago. Differential Revision: D66554065 fbshipit-source-id: 5b9d6da5e37b20089dcf850b656f39ef206d5da7 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cca544f..7c563897 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,11 +28,8 @@ jobs: fail-fast: false matrix: os: - - centos-7 - centos-stream-8 - - ubuntu-1804 - ubuntu-2004 - - debian-9 - debian-10 runs-on: ubuntu-latest steps: