From facbc4075d47d199538c2e809c2486eab0dcb996 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Tue, 14 Apr 2020 22:54:27 -0400 Subject: Fix the build matrix in the build & install checks. (#8715) It had a couple of errors, causing unwanted behavior (including testing on a platform we didn't mean to test on any longer. --- .github/workflows/build-and-install.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml index 0a30e87723..0d23d43e7d 100644 --- a/.github/workflows/build-and-install.yml +++ b/.github/workflows/build-and-install.yml @@ -49,12 +49,11 @@ jobs: - distro: 'debian:buster' pre: 'apt-get update' - distro: 'debian:stretch' + pre: 'apt-get update' - distro: 'ubuntu:20.04' pre: 'apt-get update' - distro: 'ubuntu:19.10' pre: 'apt-get update' - - distro: 'ubuntu:19.04' - pre: 'apt-get update' - distro: 'ubuntu:18.04' pre: 'apt-get update' - distro: 'ubuntu:16.04' -- cgit v1.2.3