From e290a9ec3c0cf8a97dc8ef25bdbb8be7733280a7 Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Thu, 25 Jan 2024 15:30:28 +0100 Subject: [PATCH] Build nvcc with gcc-12 previously I switched to gcc 13 which is not supported by cuda compilers --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a89261e..ac4a2c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: needs: [gcc, clang, parmetis] strategy: matrix: - base: [gcc-10, gcc-13, clang-10, clang-17, gcc-9-ucx-mpi-atlas-parmetis] + base: [gcc-10, gcc-12, clang-10, clang-17, gcc-9-ucx-mpi-atlas-parmetis] version: [11.8, 12.2, 12.3] steps: - uses: actions/checkout@v2