summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-and-install.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-and-install.yml')
-rw-r--r--.github/workflows/build-and-install.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml
index 251a65162d..86ce6f9af9 100644
--- a/.github/workflows/build-and-install.yml
+++ b/.github/workflows/build-and-install.yml
@@ -39,7 +39,6 @@ jobs:
- 'debian:9'
- 'fedora:34'
- 'fedora:33'
- - 'fedora:32'
- 'opensuse/leap:15.2'
- 'opensuse/tumbleweed:latest'
- 'ubuntu:21.04'
@@ -81,9 +80,6 @@ jobs:
rmjsonc: 'dnf remove -y json-c-devel'
- distro: 'fedora:33'
rmjsonc: 'dnf remove -y json-c-devel'
- - distro: 'fedora:32'
- rmjsonc: 'dnf remove -y json-c-devel'
-
- distro: 'opensuse/leap:15.2'
rmjsonc: 'zypper rm -y libjson-c-devel'
- distro: 'opensuse/tumbleweed:latest'