diff options
Diffstat (limited to '')
-rw-r--r-- | .github/data/build-matrix.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/data/build-matrix.json b/.github/data/build-matrix.json index 3cd3df53d..c50ec0d22 100644 --- a/.github/data/build-matrix.json +++ b/.github/data/build-matrix.json @@ -83,12 +83,6 @@ "rmjsonc": "apt-get remove -y libjson-c-dev" }, { - "distro": "ubuntu:21.04", - "artifact_key": "ubuntu21.04", - "pre": "apt-get update", - "rmjsonc": "apt-get remove -y libjson-c-dev" - }, - { "distro": "ubuntu:20.04", "artifact_key": "ubuntu20.04", "pre": "apt-get update", |