Skip to content

Commit 6bcf58b

Browse files
committed
remove workflow
1 parent eda1b6f commit 6bcf58b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,5 @@ jobs:
4040
- name: ctest running bench
4141
run: ctest --verbose
4242

43-
#macos:
44-
45-
# runs-on: macos-latest
46-
47-
# steps:
48-
# - uses: actions/checkout@v3
49-
# - name: Install ninja-build tool
50-
# uses: seanmiddleditch/gha-setup-ninja@v4
51-
# - name: cmake
52-
# run: cmake -GNinja . -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=On -DCMAKE_CXX_FLAGS="-fsanitize=address,undefined -Wall -Wextra -Wpedantic -Wmisleading-indentation -Wunused -Wuninitialized -Wshadow -Wconversion -Werror"
53-
# - name: ninja
54-
# run: ninja
55-
# - name: ninja test
56-
# run: ninja test
43+
5744

0 commit comments

Comments
 (0)