From 9f7ebb1ac741b31b6a7a071924dc74d60473ee3d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 19 Jul 2024 18:14:10 +0200 Subject: [PATCH] CI: Remove Ubuntu mantic and add oracular for PPA --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6819911d..34adae67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -633,7 +633,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [ 'focal', 'jammy', 'mantic', 'noble' ] + ubuntu_version: [ 'focal', 'jammy', 'noble', 'oracular' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: