Skip to content

Commit fe4e88c

Browse files
Macos build taken out
1 parent 4be6bc6 commit fe4e88c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build_run_unit_test_cmake.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,3 @@ jobs:
3333
run: cd build && cmake --build . --config $BUILD_TYPE
3434
- name: run-unit-test
3535
run: cd build && ctest -C $BUILD_TYPE
36-
macos_build:
37-
runs-on: macos-15
38-
defaults:
39-
run:
40-
shell: bash
41-
steps:
42-
- name: checkout
43-
uses: actions/checkout@v4
44-
- name: create-build-dir
45-
run: mkdir build
46-
- name: configure-cmake
47-
run: cd build && cmake -D CMAKE_CXX_COMPILER=$(brew --prefix llvm@18)/bin/clang++ -D WAIT_QUEUE_BUILD_TESTS:BOOL=ON -D WAIT_QUEUE_BUILD_EXAMPLES:BOOL=ON -D JM_CIRCULAR_BUFFER_BUILD_TESTS:BOOL=OFF ..
48-
- name: build
49-
run: cd build && cmake --build . --config $BUILD_TYPE
50-
- name: run-unit-test
51-
run: cd build && ctest -C $BUILD_TYPE

0 commit comments

Comments
 (0)