Skip to content

Commit

Permalink
update github actions to use ascent 0.9.0 release (#3114)
Browse files Browse the repository at this point in the history
Updates ascent in situ github actions CI test to use new ascent release
0.9.0.
  • Loading branch information
cyrush authored Jan 27, 2023
1 parent b45ea13 commit 225c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ascent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CC: gcc
CMAKE_PREFIX_PATH: /ascent/install/lib/cmake/
container:
image: alpinedav/ascent:0.8.0
image: alpinedav/ascent:0.9.0
steps:
- uses: actions/checkout@v3
- name: Configure
Expand Down

0 comments on commit 225c605

Please sign in to comment.