8000 Disabling clang build · connectivecpp/shared-buffer@1f334a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f334a8

Browse files
Disabling clang build
1 parent ba34e0f commit 1f334a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_run_unit_test_cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
build_matrix:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-14]
15+
# os: [ubuntu-latest, windows-latest, macos-14]
16+
os: [ubuntu-latest, windows-latest]
1617
runs-on: ${{ matrix.os }}
1718
defaults:
1819
run:

0 commit comments

Comments
 (0)
0