Skip to content

Commit 75a0d63

Browse files
authored
Merge pull request #1664 from EliahKagan/run-ci/pure-rust-build
Bump Docker image to Debian 12 for `pure-rust-build`
2 parents 7a40648 + 7580e50 commit 75a0d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
pure-rust-build:
2222
runs-on: ubuntu-latest
23-
container: debian:buster
23+
container: debian:bookworm
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Prerequisites

0 commit comments

Comments
 (0)