Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1664 from EliahKagan/run-ci/pure-rust…
Browse files Browse the repository at this point in the history
…-build

Bump Docker image to Debian 12 for `pure-rust-build`
  • Loading branch information
Byron authored Nov 9, 2024
2 parents 7a40648 + 7580e50 commit 75a0d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
pure-rust-build:
runs-on: ubuntu-latest
container: debian:buster
container: debian:bookworm
steps:
- uses: actions/checkout@v4
- name: Prerequisites
Expand Down

0 comments on commit 75a0d63

Please sign in to comment.