Skip to content

Commit

Permalink
Upgrade gdal to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 30, 2024
1 parent 81a92b3 commit 8e62c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basemap-vector-data-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Address registry sync and transform
runs-on: ubuntu-latest
timeout-minutes: 30
container: ghcr.io/osgeo/gdal:ubuntu-full-3.9.0
container: ghcr.io/osgeo/gdal:ubuntu-full-3.9.1
permissions:
contents: read
concurrency: basemap-vector-datasource-address-registry
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
# GeoPortal download is really slow. Downloading less than 3 GB takes more than 3 hours :(
timeout-minutes: 360
container: ghcr.io/osgeo/gdal:ubuntu-full-3.9.0
container: ghcr.io/osgeo/gdal:ubuntu-full-3.9.1
permissions: { }
concurrency: basemap-vector-datasource-grpk
if: ${{ inputs.source == 'all' || inputs.source == 'grpk' }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
name: STVK sync and transform
runs-on: ubuntu-latest
timeout-minutes: 15
container: ghcr.io/osgeo/gdal:ubuntu-full-3.9.0
container: ghcr.io/osgeo/gdal:ubuntu-full-3.9.1
permissions: { }
concurrency: basemap-vector-datasource-stvk
if: ${{ inputs.source == 'all' || inputs.source == 'stvk' }}
Expand Down

0 comments on commit 8e62c51

Please sign in to comment.