Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
jobs:
test:
name: Test -- ${{ matrix.testenv }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
strategy:
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install Ubuntu packages
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libgdal26
libgdal34t64
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
tox -e ${{ matrix.testenv }}
services:
postgres:
image: postgis/postgis:12-3.3
image: postgis/postgis:17-3.5-alpine
env:
POSTGRES_PASSWORD: password
ports:
Expand Down
Loading