Skip to content

Commit

Permalink
Drop Ubuntu 20.04 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Sep 21, 2023
1 parent 0388c23 commit 8add531
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,15 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
python: "3.9"
- os: ubuntu-20.04
- os: ubuntu-22.04
python: "3.10"
- os: ubuntu-latest
python: "3.9"
- os: ubuntu-latest
python: "3.10"
- os: ubuntu-latest
- os: ubuntu-22.04
python: "3.11"
#- os: ubuntu-latest
# python: "pypy3.9"
- os: ubuntu-latest
- os: ubuntu-22.04
python: "3.9"
tesseract5: true

Expand Down Expand Up @@ -64,6 +60,7 @@ jobs:
curl \
ghostscript \
img2pdf \
libexempi8 \
libffi-dev \
libsm6 libxext6 libxrender-dev \
pngquant \
Expand All @@ -75,12 +72,6 @@ jobs:
unpaper \
zlib1g
- name: Install Ubuntu 20.04 packages
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y --no-install-recommends \
libexempi8
- name: Install Ubuntu packages for PyPy
if: startsWith(matrix.python, 'pypy')
run: |
Expand Down

0 comments on commit 8add531

Please sign in to comment.