From 3ae9a36f52e392c75e68c67042a38e6c17b5da11 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Thu, 11 Jan 2024 14:19:38 +0000 Subject: [PATCH] Try older clang with cuda 12.0 via ubuntu 20.04 CI - this would only actually help short term. 20.04 is EOL soon. --- .github/workflows/Ubuntu.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Ubuntu.yml b/.github/workflows/Ubuntu.yml index 79f4d3322..b3edcf78b 100644 --- a/.github/workflows/Ubuntu.yml +++ b/.github/workflows/Ubuntu.yml @@ -46,11 +46,19 @@ jobs: cuda_arch: "50" hostcxx: clang-14 # 7-16 os: ubuntu-22.04 - # cuda 12.0 with oldest clang on ubuntu 22.04. + # cuda 12.0 with oldest clang on ubuntu 20.04. - cuda: "12.0" cuda_arch: "50" - hostcxx: clang-11 # 7-15 - os: ubuntu-22.04 + hostcxx: clang-9 # 7-15 + os: ubuntu-20.04 + - cuda: "12.0" + cuda_arch: "50" + hostcxx: clang-8 # 7-15 + os: ubuntu-20.04 + - cuda: "12.0" + cuda_arch: "50" + hostcxx: clang-7 # 7-15 + os: ubuntu-20.04 python: - "3.12" config: