From 3473ad98012f8fcf015369c5241655a032f637ab Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:28:19 +0000 Subject: [PATCH] GH Actions: Drop Ubuntu 20.04 --- .github/workflows/test_manylinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_manylinux.yml b/.github/workflows/test_manylinux.yml index 84e1e041283..46704401638 100644 --- a/.github/workflows/test_manylinux.yml +++ b/.github/workflows/test_manylinux.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: manylinux: ['1'] - os: ['ubuntu-20.04'] # run on the oldest linux we have access to + os: ['ubuntu-22.04'] # run on the oldest linux we have access to python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: