From 7bd1da94c4d9fa232e7834b36f9c51c69f4d6161 Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Wed, 20 Mar 2024 17:39:05 +0100 Subject: [PATCH] Update version in the rest of the github actions --- .github/workflows/run_examples_mpi.yml | 2 +- .github/workflows/test_fenics_smart.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_examples_mpi.yml b/.github/workflows/run_examples_mpi.yml index ca2448a5..d0bebfee 100644 --- a/.github/workflows/run_examples_mpi.yml +++ b/.github/workflows/run_examples_mpi.yml @@ -17,7 +17,7 @@ jobs: run-examples: runs-on: ubuntu-22.04 # Runs against FEniCS main branch built the 16-01-2023 - container: ghcr.io/scientificcomputing/fenics-gmsh:2023-08-16 + container: ghcr.io/scientificcomputing/fenics-gmsh:2024-02-19 env: PYVISTA_OFF_SCREEN: true diff --git a/.github/workflows/test_fenics_smart.yml b/.github/workflows/test_fenics_smart.yml index abaa9d27..4a1522bc 100644 --- a/.github/workflows/test_fenics_smart.yml +++ b/.github/workflows/test_fenics_smart.yml @@ -17,7 +17,7 @@ jobs: check-code: runs-on: ubuntu-22.04 # Runs against FEniCS main branch built the 16-01-2023 - container: ghcr.io/scientificcomputing/fenics-gmsh:2023-08-16 + container: ghcr.io/scientificcomputing/fenics-gmsh:2024-02-19 steps: # This action sets the current path to the root of your github repo - uses: actions/checkout@v4