Skip to content

Commit 6f95d12

Browse files
authored
Add back NVPTX cling osx jobs
1 parent 9e45851 commit 6f95d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MacOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cling: On
5151
cling-version: '1.0'
5252
llvm_enable_projects: "clang"
53-
llvm_targets_to_build: "host"
53+
llvm_targets_to_build: "host;NVPTX"
5454
- name: osx13-x86-clang-clang-repl-19
5555
os: macos-13
5656
compiler: clang
@@ -79,7 +79,7 @@ jobs:
7979
cling: On
8080
cling-version: '1.0'
8181
llvm_enable_projects: "clang"
82-
llvm_targets_to_build: "host"
82+
llvm_targets_to_build: "host;NVPTX"
8383

8484
steps:
8585
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)