From 279934411c2161f51e096723474facf877949091 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 5 Apr 2025 18:31:08 +0200 Subject: [PATCH] Add Ubuntu Plucky --- .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 5e893a598..f0899253e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -538,7 +538,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [ 'noble', 'oracular' ] + ubuntu_version: [ 'noble', 'oracular', 'plucky' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: @@ -631,7 +631,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [ 'noble', 'oracular' ] + ubuntu_version: [ 'noble', 'oracular', 'plucky' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: