We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a134dc1 commit 8ba2ee3Copy full SHA for 8ba2ee3
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
runs-on: ubuntu-24.04
96
strategy:
97
matrix:
98
- image: ["debian:bullseye", "debian:bookworm", "debian:sid"]
+ image: ["debian:bookworm", "debian:sid"]
99
container:
100
image: ${{ matrix.image }}
101
# IPC_OWNER is needed for shmget IPC_CREAT
@@ -176,7 +176,7 @@ jobs:
176
177
178
179
180
181
182
0 commit comments