Debian testing is failing because of libwolfssl-dev not being available.
It is subject to the autoremoval process. Debian sid is a better CI
target because it will not be affected by that procedure.
Link:
https://bugs.debian.org/1023697
Link:
https://wiki.debian.org/Autoremoval
Signed-off-by: Bastian Germann <
ba...@debian.org>
---
.github/workflows/ci_tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml
index 4bd9770d..f5f0ad4d 100644
--- a/.github/workflows/ci_tests.yml
+++ b/.github/workflows/ci_tests.yml
@@ -14,7 +14,7 @@ jobs:
container:
- ubuntu:24.04
- debian:bookworm-slim
- - debian:testing-slim
+ - debian:sid-slim
name: ${{ matrix.container }}
runs-on: ubuntu-24.04
container: ${{ matrix.container }}