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
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
rust-bench:
runs-on: ubuntu-24.04
container:
image: ghcr.io/osgeo/gdal:ubuntu-small-3.11.5
image: ghcr.io/osgeo/gdal:ubuntu-small-3.12.2
options: --privileged
permissions:
contents: read # required for actions/checkout
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install dev dependencies and setup git
run: |
apt update
apt install -y build-essential cmake git libclang-dev pkg-config
apt install -y build-essential cmake git jq libclang-dev pkg-config
git config --global --add safe.directory $GITHUB_WORKSPACE

- name: Checkout repository
Expand Down