From c6e5f0fc79b40455fe5a6f71729de5952aa24ce2 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Tue, 2 Apr 2024 15:45:04 +0100 Subject: [PATCH] devtoolset -> gcc-toolset --- .github/workflows/Manylinux_2_28.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Manylinux_2_28.yml b/.github/workflows/Manylinux_2_28.yml index 6b69f58b3..ba2cfe086 100644 --- a/.github/workflows/Manylinux_2_28.yml +++ b/.github/workflows/Manylinux_2_28.yml @@ -35,11 +35,11 @@ jobs: cudacxx: - cuda: "12.0" cuda_arch: "50" - hostcxx: devtoolset-12 + hostcxx: gcc-toolset-12 os: ubuntu-22.04 - cuda: "11.2" cuda_arch: "35" - hostcxx: devtoolset-10 + hostcxx: gcc-toolset-10 os: ubuntu-22.04 python: - "3.12"