diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c909e7e3..c09113754 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', 'plucky' ] + ubuntu_version: [ 'noble', 'plucky' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: @@ -631,7 +631,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [ 'noble', 'oracular', 'plucky' ] + ubuntu_version: [ 'noble', 'plucky' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: