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"