From 19aea7d59a9caa4180cf344c213e0e22f46657f9 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Tue, 4 Mar 2025 09:56:52 +0100 Subject: [PATCH] Add noble to github workflow. --- .github/workflows/linux.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 }} -- 2.39.5