From: Marc Fehling Date: Tue, 4 Mar 2025 08:56:52 +0000 (+0100) Subject: Add noble to github workflow. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19aea7d59a9caa4180cf344c213e0e22f46657f9;p=code-gallery.git Add noble to github workflow. --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 95e0319..f4e70d8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -25,6 +25,10 @@ jobs: build_type: ["Debug"] dealii_version: ["master", "v9.6.0", "v9.5.0"] ubuntu_version: ["jammy"] + include: + - build_type: "Debug" + dealii_version: "master" + ubuntu_version: "noble" container: image: dealii/dealii:${{ matrix.dealii_version }}-${{ matrix.ubuntu_version }}