From e8120c8935c86dbc0ff14cb60610e5e3b8033be5 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Sat, 1 Jul 2023 12:33:27 -0700 Subject: [PATCH] github actions update ascent ci to use 0.9.2 (#3395) Updates Ascent Github Actions CI to use 0.9.2 (latest release) --- .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 a474e431453..83d2f7ebac3 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.9.1 + image: alpinedav/ascent:0.9.2 steps: - uses: actions/checkout@v3 - name: Configure