Skip to content

Commit e68a7eb

Browse files
committed
Comment out macos appleclang GH build
1 parent cd9f782 commit e68a7eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_binaries_cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
c_compiler: clang
3737
cpp_compiler: clang++
3838
build_physiboss: "ON"
39-
- os: macos-latest
40-
c_compiler: cc
41-
cpp_compiler: c++
42-
build_physiboss: "ON"
39+
# - os: macos-latest
40+
# c_compiler: cc
41+
# cpp_compiler: c++
42+
# build_physiboss: "ON"
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)