From da44596f93a65aaf3108762e534d31db834ded5b Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 3 Nov 2020 10:33:36 -0600 Subject: [PATCH] Issue #201: Add back in other OSes to test. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 060e6b0..4753f14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,9 +47,9 @@ jobs: matrix: distro: - centos8 - # - centos7 - # - ubuntu2004 - # - debian10 + - centos7 + - ubuntu2004 + - debian10 steps: - name: Check out the codebase.