Skip to content

Commit 2a791c8

Browse files
committed
Change bookworm-slim to stable-slim for pure-rust-build
With the "Verify environment is sufficiently minimal for the test" step, if a new stable release of Debian has software that makes the environment too extensive for `pure-rust-build` to produce accurate results, then that should be discovered.
1 parent c84c17e commit 2a791c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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:bookworm-slim
23+
container: debian:stable-slim
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Prerequisites

0 commit comments

Comments
 (0)