Skip to content

Commit

Permalink
Add back CUDA target to MacOS cling jobs (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 19, 2025
1 parent 74c5916 commit 9ff2655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
clang-runtime: '13'
cling: On
cling-version: '1.0'
llvm_enable_projects: "clang"
llvm_enable_projects: "clang;NVPTX"
llvm_targets_to_build: "host"
- name: osx13-x86-clang-clang-repl-19
os: macos-13
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
clang-runtime: '13'
cling: On
cling-version: '1.0'
llvm_enable_projects: "clang"
llvm_enable_projects: "clang;NVPTX"
llvm_targets_to_build: "host"

steps:
Expand Down

0 comments on commit 9ff2655

Please sign in to comment.