From c605c33ea1cc2b9fac6ed175f91c09103d2d8bdb Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 20 Apr 2021 09:41:35 -0500 Subject: [PATCH] Change CI to use Ubuntu 20.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15392cde0..6b917e5a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ env: jobs: main: - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 strategy: matrix: python-version: [3.8]