From d9397336752fa6a8627ac3dee6f97739a04d43b3 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 4 Aug 2025 22:42:13 +0200 Subject: [PATCH] CI: Remove Ubuntu oracular --- .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 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: