Skip to content

Commit

Permalink
#68 run petsc workflow on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Apr 26, 2024
1 parent d51d5b9 commit d4e0d3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/petsc_hdf5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
setup:
name: build and cache petsc_hdf5

runs-on: ${{ github.event.inputs.os }}
runs-on: ubuntu-latest
container:
image: ${{ github.event.inputs.os }}

steps:
- name: checkout
Expand Down

0 comments on commit d4e0d3a

Please sign in to comment.