From 0deeaed4ebcaf437489e70c607862359b1387f30 Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Thu, 30 May 2024 10:20:05 +0200 Subject: [PATCH] CUDA 12.5 (#88) --- .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