From 2d88fcb249fe1a74a035b967a440481d9898a385 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 24 Jan 2024 23:05:46 +0100 Subject: [PATCH] CI: Add Ubuntu Noble --- .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 fdd2db6a..5024e804 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -585,7 +585,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic' ] + ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: @@ -686,7 +686,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic' ] + ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble' ] container: image: ubuntu:${{matrix.ubuntu_version}} steps: