Skip to content

Commit

Permalink
Try downgrading clang on ci for cu 117 and 118
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 9, 2024
1 parent 4e9b430 commit dd380b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
os: ubuntu-22.04
- cuda: "11.8"
cuda_arch: "35"
hostcxx: clang-14 # 14.0
hostcxx: clang-13 # 14.0
os: ubuntu-22.04
- cuda: "11.7"
cuda_arch: "35"
hostcxx: clang-13 # 13.0
hostcxx: clang-12 # 13.0
os: ubuntu-22.04
- cuda: "11.6"
cuda_arch: "35"
Expand Down

0 comments on commit dd380b5

Please sign in to comment.