From a108bd6ef480ef89fee025e9698b2207befebdc6 Mon Sep 17 00:00:00 2001 From: Jonathan Swartz Date: Tue, 27 Aug 2024 16:46:46 +1200 Subject: [PATCH] fVDB action container image update Signed-off-by: Jonathan Swartz --- .github/workflows/fvdb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fvdb.yml b/.github/workflows/fvdb.yml index c6c1bc701b..6122699f7c 100644 --- a/.github/workflows/fvdb.yml +++ b/.github/workflows/fvdb.yml @@ -59,7 +59,7 @@ jobs: strategy: matrix: config: - - { cxx: g++, image: '2022-clang11', build: 'Release' } + - { cxx: g++, image: '2023-clang15.0', build: 'Release' } # - { cxx: g++, image: '2022-clang11', build: 'Debug' } # - { cxx: clang++, image: '2022-clang11', build: 'Release' } # - { cxx: clang++, image: '2022-clang11', build: 'Debug' }