Skip to content

Commit

Permalink
update CI MOAB target
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jun 16, 2021
1 parent 33072e6 commit 8fe4b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ workflows:
img: [ "16.04", "18.04"]
compiler: ["clang", "gcc"]
hdf5: ["1.10.4"]
moab: ["5.1.0"]
moab: ["9c96d17"]
requires:
- house_keeping
filters:
Expand All @@ -95,7 +95,7 @@ workflows:
img: [ "16.04", "18.04"]
compiler: ["clang", "gcc"]
hdf5: ["1.10.4"]
moab: ["5.1.0", "develop", "master"]
moab: ["9c96d17", "develop", "master"]
filters:
branches:
only: develop
Expand Down

0 comments on commit 8fe4b08

Please sign in to comment.