From bc78a9746c58e772805586403d5cc2090d4dbc33 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 29 Jul 2025 11:42:47 -0700 Subject: [PATCH] Ascent 0.9.3 Update Ascent to the latest patch release of the 0.9.X line, primarily for a newer CMake in the image. --- .github/workflows/insitu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/insitu.yml b/.github/workflows/insitu.yml index 27473f9c90a..26e42e2c76b 100644 --- a/.github/workflows/insitu.yml +++ b/.github/workflows/insitu.yml @@ -54,7 +54,7 @@ jobs: CMAKE_PREFIX_PATH: /ascent/install/lib/cmake/ OMP_NUM_THREADS: 1 container: - image: alpinedav/ascent:0.9.2 + image: alpinedav/ascent:0.9.3 steps: - uses: actions/checkout@v4 - name: Configure