From 37e351266b2ed871f21575ec1e9bf0cc8f8de3b9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 19 Jul 2022 12:33:05 -0600 Subject: [PATCH] Also update the deal.II version in the CI infrastructure. --- .github/workflows/precice-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/precice-ci.yml b/.github/workflows/precice-ci.yml index 6b2e20a..2cbd7c5 100644 --- a/.github/workflows/precice-ci.yml +++ b/.github/workflows/precice-ci.yml @@ -31,5 +31,5 @@ jobs: echo $command - docker pull dealii/dealii:v9.2.0-focal - docker run -t dealii/dealii:v9.2.0-focal /bin/sh -c "$command"; + docker pull dealii/dealii:v9.4.0-focal + docker run -t dealii/dealii:v9.4.0-focal /bin/sh -c "$command"; -- 2.39.5