From fa133d95e3969b708402da7016198f1dfcfd39cb Mon Sep 17 00:00:00 2001 From: Marshall McDonnell Date: Tue, 19 Jan 2021 12:00:14 -0500 Subject: [PATCH] Removing Ubuntu 18.04 from CI/CD --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7d396248..7c55f8e6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, ubuntu-20.04] + os: [ubuntu-20.04] python-version: ["3.6"] steps: