Skip to content

Commit 678d425

Browse files
committed
ci: install cgal for mac 14
1 parent 848dea1 commit 678d425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
python -m pip install --upgrade pip
3737
pip install cibuildwheel
38-
- if: matrix.os == 'macos-latest'
38+
- if: matrix.os == 'macos-latest' || matrix.os == 'macos-14'
3939
run: |
4040
brew install cgal
4141
- name: Build wheels

0 commit comments

Comments
 (0)