Skip to content

Commit 6856e10

Browse files
committed
Remove macos from gh ci for now.
1 parent 3f3d21c commit 6856e10

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
useCMake: true
5555
useoneAPI: true
5656

57-
- name: "[MacOS] clang"
58-
os: macos-latest
59-
CC: clang
60-
CXX: clang++
61-
CXXFLAGS: -Wno-uninitialized
62-
6357
runs-on: ${{ matrix.os }}
6458
name: ${{ matrix.name }}
6559

@@ -164,8 +158,6 @@ jobs:
164158
run: |
165159
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"
166160
167-
168-
169161
- name: Run CTests
170162
if: ${{ matrix.useCMake && matrix.useoneAPI }}
171163
env:

0 commit comments

Comments
 (0)