From: Wolfgang Bangerth Date: Tue, 19 Jul 2022 18:33:05 +0000 (-0600) Subject: Also update the deal.II version in the CI infrastructure. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e351266b2ed871f21575ec1e9bf0cc8f8de3b9;p=code-gallery.git Also update the deal.II version in the CI infrastructure. --- 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";