From e0b0f69b010b5922657aa1298abd9d8682a0465b Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Fri, 12 Jan 2024 10:31:05 +0000 Subject: [PATCH] try much newer CMake, to see if that resolves anything --- .github/workflows/NVHPC.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/NVHPC.yml b/.github/workflows/NVHPC.yml index 56d0b3f2b..5607b8db8 100644 --- a/.github/workflows/NVHPC.yml +++ b/.github/workflows/NVHPC.yml @@ -128,7 +128,7 @@ jobs: # - "ON" - "OFF" cmake: - - "3.20.0" + - "3.27.0" # Name the job based on matrix/env options name: "build (${{ matrix.cudacxx.hostcxx }}, ${{matrix.python}}, ${{ matrix.VISUALISATION }}, ${{ matrix.config.name }}, ${{ matrix.cudacxx.os }})"