From e869899b8467c1e1125e02d44ed5157426c42877 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 26 Feb 2025 12:07:51 -0500 Subject: [PATCH] Use noble dependencies --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 29f6a79cad..20ddfbab98 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -49,7 +49,7 @@ jobs: - os: ubuntu-22.04 image: dealii/dependencies:jammy - os: ubuntu-24.04 - image: dealii/dependencies:jammy + image: masterleinad/dependencies-dealii container: image: ${{ matrix.image }} @@ -113,7 +113,7 @@ jobs: - os: ubuntu-22.04 image: dealii/dependencies:jammy - os: ubuntu-24.04 - image: dealii/dependencies:jammy + image: masterleinad/dependencies-dealii container: image: ${{ matrix.image }} @@ -185,7 +185,7 @@ jobs: - os: ubuntu-22.04 image: dealii/dependencies:jammy - os: ubuntu-24.04 - image: dealii/dependencies:jammy + image: masterleinad/dependencies-dealii container: image: ${{ matrix.image }} -- 2.39.5