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: