From 225c605680e825e1f0793780746b4112d4262381 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Fri, 27 Jan 2023 15:15:46 -0800 Subject: [PATCH] update github actions to use ascent 0.9.0 release (#3114) Updates ascent in situ github actions CI test to use new ascent release 0.9.0. --- .github/workflows/ascent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ascent.yml b/.github/workflows/ascent.yml index 82bcb417039..24433b331bf 100644 --- a/.github/workflows/ascent.yml +++ b/.github/workflows/ascent.yml @@ -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