summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-and-install.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-04-14 22:54:27 -0400
committerGitHub <noreply@github.com>2020-04-15 12:54:27 +1000
commitfacbc4075d47d199538c2e809c2486eab0dcb996 (patch)
tree7576b3101cb80617660a14c2c80fe6c5f44ade67 /.github/workflows/build-and-install.yml
parent26e6c1351fb040a955aa9f9b92c2966a6dd5c793 (diff)
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.
Diffstat (limited to '.github/workflows/build-and-install.yml')
-rw-r--r--.github/workflows/build-and-install.yml3
1 files changed, 1 insertions, 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'