Skip to content

Commit

Permalink
ci for cuda12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jul 22, 2024
1 parent 8091bc5 commit bb03636
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
DISTRO: [
{ "ubuntu": "noble", "suffix": "gcc" },
{ "ubuntu": "noble", "suffix": "llvm" },
{ "ubuntu": "noble_cuda12.5", "suffix": "gcc.cuda" },
{ "ubuntu": "noble_cuda12.5", "suffix": "llvm.cuda" },
{ "ubuntu": "jammy", "suffix": "gcc" },
{ "ubuntu": "jammy", "suffix": "llvm" },
{ "ubuntu": "jammy_cuda12.2", "suffix": "gcc.cuda" },
{ "ubuntu": "jammy_cuda12.2", "suffix": "llvm.cuda" },
{ "ubuntu": "jammy_cuda12.5", "suffix": "gcc.cuda" },
{ "ubuntu": "focal", "suffix": "focal" },
{ "ubuntu": "focal_cuda12.2", "suffix": "focal.cuda" },
{ "ubuntu": "focal_cuda12.5", "suffix": "focal.cuda" },
]

steps:
Expand Down

0 comments on commit bb03636

Please sign in to comment.