diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 769fa7b09..95fb70147 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,6 +54,7 @@ jobs: - debian:testing-slim - ubuntu:noble - ubuntu:questing + - ubuntu:resolute container: image: ${{ matrix.container }} options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined @@ -142,6 +143,7 @@ jobs: container: - ubuntu:noble - ubuntu:questing + - ubuntu:resolute container: image: ${{ matrix.container }} steps: @@ -174,6 +176,8 @@ jobs: container: - ubuntu:noble - ubuntu:questing + # resolute skipped due to https://launchpad.net/bugs/2147544 + # - ubuntu:resolute container: image: ${{ matrix.container }} options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined