From 30e80068a34e850b6c4f9240cca8df2eeb963d69 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 1 Sep 2025 23:49:50 +0200 Subject: [PATCH] CI: Add Ubuntu Questing --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3aa04ef1..e19918a6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -542,7 +542,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [ 'noble', 'plucky' ] + ubuntu_version: [ 'noble', 'plucky', 'questing' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: @@ -635,7 +635,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [ 'noble', 'plucky' ] + ubuntu_version: [ 'noble', 'plucky', 'questing' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: