From: Marc Fehling Date: Thu, 27 Feb 2025 09:23:39 +0000 (+0100) Subject: docker: Build noble image. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2d24ab7d4674b9248fee7ce49aad9ba404b8a5;p=dealii.git docker: Build noble image. --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7de6d1a696..0f41b81d1e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [jammy] + ubuntu_version: [jammy, noble] platform: [linux/amd64] # Use only 2 jobs to build, as more jobs # would starve the github machine for memory. @@ -101,7 +101,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [jammy] + ubuntu_version: [jammy, noble] steps: - name: Download digests