Drop Ubuntu 18.04 content

This commit is contained in:
James R. Barlow
2022-08-06 02:58:26 -07:00
parent ef70c9499e
commit 76bd8cab13
2 changed files with 3 additions and 52 deletions
-6
View File
@@ -71,12 +71,6 @@ jobs:
unpaper \
zlib1g
- name: Install Ubuntu 18.04 packages
if: matrix.os == 'ubuntu-18.04'
run: |
sudo apt-get install -y --no-install-recommends \
libexempi3
- name: Install Ubuntu 20.04 packages
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-latest'
run: |