Skip to content

Commit

Permalink
Update version in the rest of the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Mar 20, 2024
1 parent 4db4405 commit 7bd1da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_examples_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_fenics_smart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bd1da9

Please sign in to comment.