Skip to content

Commit e46d9ce

Browse files
author
kr-2003
committed
removed mac oop job for now
1 parent d835435 commit e46d9ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ jobs:
141141
llvm_enable_projects: "clang"
142142
llvm_targets_to_build: "host;NVPTX"
143143
# MacOS Arm Jobs
144-
- name: osx15-arm-clang-clang-repl-20-out-of-process
145-
os: macos-15
146-
compiler: clang
147-
clang-runtime: '20'
148-
cling: Off
149-
cppyy: Off
150-
llvm_enable_projects: "clang;compiler-rt"
151-
llvm_targets_to_build: "host"
152-
oop-jit: On
144+
# - name: osx15-arm-clang-clang-repl-20-out-of-process
145+
# os: macos-15
146+
# compiler: clang
147+
# clang-runtime: '20'
148+
# cling: Off
149+
# cppyy: Off
150+
# llvm_enable_projects: "clang;compiler-rt"
151+
# llvm_targets_to_build: "host"
152+
# oop-jit: On
153153
- name: osx15-arm-clang-clang-repl-20
154154
os: macos-15
155155
compiler: clang

0 commit comments

Comments
 (0)