Bump base image Ubuntu to 24.04, Bump gdal to 3.9 #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GDAL | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
lint-api: | |
name: GDAL install | |
runs-on: ubuntu-24.04 | |
container: ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 | |
strategy: | |
matrix: | |
python-version: [3.12.3] | |
steps: | |
- name: Install ubuntu pre-requisites (api) | |
run: | | |
apt-get update | |
apt-get -y install libudunits2-dev r-base-dev libproj-dev libgeos-dev libsqlite3-dev libtirpc-dev | |
gdal-config --version |