From 1169a8089b27c14894bbc031349926d400d35c37 Mon Sep 17 00:00:00 2001 From: Florent 'Skia' Jacquet Date: Mon, 5 Jan 2026 16:33:06 +0100 Subject: [PATCH] ci: update series to most recent ecosystem Signed-off-by: Florent 'Skia' Jacquet --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5eafc03f..b101b941a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false container: - image: ubuntu:questing + image: ubuntu:resolute steps: - uses: actions/checkout@v4 - name: Install dependencies @@ -44,12 +44,12 @@ jobs: fail-fast: false matrix: container: - - debian:bookworm-slim + - debian:trixie-slim - debian:testing-slim - ubuntu:noble - - ubuntu:oracular - ubuntu:plucky - ubuntu:questing + - ubuntu:resolute container: image: ${{ matrix.container }} options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined @@ -135,9 +135,9 @@ jobs: matrix: container: - ubuntu:noble - - ubuntu:oracular - ubuntu:plucky - ubuntu:questing + - ubuntu:resolute container: image: ${{ matrix.container }} steps: @@ -169,9 +169,9 @@ jobs: matrix: container: - ubuntu:noble - - ubuntu:oracular - ubuntu:plucky - ubuntu:questing + - ubuntu:resolute container: image: ${{ matrix.container }} options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined