Skip to content

Commit d1c5ff9

Browse files
committed
ci: disable macos
1 parent 6be0d8a commit d1c5ff9

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/macos.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: macOS
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
- develop
8-
pull_request:
9-
branches:
10-
- develop
11-
workflow_dispatch:
3+
on: [workflow_dispatch]
124

135
concurrency:
146
group: ${{ github.workflow }}-${{ github.ref }}

src/bistellar-flip.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ try
6969
manifolds::Manifold_3 const manifold{
7070
foliated_triangulations::FoliatedTriangulation_3{dt, 0, 1}
7171
};
72-
#ifdef ENABLE_VISUALIZATION
73-
CGAL::draw(manifold.get_delaunay());
74-
#endif
72+
#ifdef ENABLE_VISUALIZATION
73+
CGAL::draw(manifold.get_delaunay());
74+
#endif
7575
fmt::print("After bistellar flip.\n");
7676
manifold.print_cells();
7777
utilities::print_delaunay(dt);

0 commit comments

Comments
 (0)