Skip to content

Commit f66d217

Browse files
committed
update workflows
1 parent 0783ddc commit f66d217

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
jobs:
55
benchmark:
66
runs-on: ubuntu-latest
7-
container: dolfinx/dolfinx:v0.9.0
7+
container: dolfinx/dolfinx:v0.10.0
88

99
steps:
1010
- name: Checkout code

.github/workflows/ci_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Create Conda environment
2121
shell: bash -l {0}
2222
run: |
23-
conda install -c conda-forge fenics-dolfinx=0.9.0 scifem adios4dolfinx
23+
conda install -c conda-forge fenics-dolfinx=0.10.0 scifem adios4dolfinx
2424
2525
- name: Install local package and dependencies
2626
shell: bash -l {0}

.github/workflows/ci_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
container_version: [v0.9.0, nightly]
10+
container_version: [v0.10.0, nightly]
1111
container: dolfinx/dolfinx:${{ matrix.container_version }}
1212
steps:
1313
- name: Checkout code

0 commit comments

Comments
 (0)