Skip to content

Commit

Permalink
CI: Use GEOS 3.12.2 in Python wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Aug 10, 2024
1 parent 4a4865c commit ad8efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ${{ matrix.os }}
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
env:
GEOS_VERSION: "3.12.1"
GEOS_VERSION: "3.12.2"

strategy:
fail-fast: false
Expand Down

0 comments on commit ad8efc6

Please sign in to comment.