File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 54
54
useCMake : true
55
55
useoneAPI : true
56
56
57
- - name : " [MacOS] clang"
58
- os : macos-latest
59
- CC : clang
60
- CXX : clang++
61
- CXXFLAGS : -Wno-uninitialized
62
-
63
57
runs-on : ${{ matrix.os }}
64
58
name : ${{ matrix.name }}
65
59
@@ -164,8 +158,6 @@ jobs:
164
158
run : |
165
159
ctest --test-dir build --progress --output-on-failure --parallel 8 --schedule-random -E "examples_cpp_arrays-opencl|examples_cpp_for_loops-opencl|examples_cpp_generic_inline_kernel-opencl|examples_cpp_shared_memory-opencl|examples_cpp_nonblocking_streams-opencl|examples_cpp_for_loops-dpcpp|examples_cpp_arrays-dpcpp|examples_cpp_generic_inline_kernel-dpcpp|examples_cpp_nonblocking_streams-dpcpp"
166
160
167
-
168
-
169
161
- name : Run CTests
170
162
if : ${{ matrix.useCMake && matrix.useoneAPI }}
171
163
env :
You can’t perform that action at this time.
0 commit comments