From 9e1e30839b75bfcff742d7349601fa7ff9d6959a Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Wed, 29 May 2024 14:57:26 +0200 Subject: [PATCH] CUDA 12.5 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc36203..3395b17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,8 +116,8 @@ jobs: needs: [gcc, clang, parmetis] strategy: matrix: - base: [gcc-10, gcc-12, clang-10, clang-17, gcc-9-ucx-mpi-atlas-parmetis] - version: [11.8, 12.2, 12.3, 12.4] + base: [gcc-10, gcc-12, gcc-13, clang-10, clang-17, gcc-9-ucx-mpi-atlas-parmetis] + version: [11.8, 12.2, 12.3, 12.4, 12.5] steps: - uses: actions/checkout@v2 - name: Build