Skip to content

Commit

Permalink
Add Python bindings to static macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Nov 6, 2024
1 parent a1cab84 commit 1d00304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
unit_tests: ON
- name: 'macOS static - C++ (Intel)'
os: macos-13
bindings_python: OFF
bindings_python: ON
build_shared: OFF
unit_tests: ON
- name: 'macOS shared - C++/Python (Intel)'
Expand All @@ -53,7 +53,7 @@ jobs:
unit_tests: ON
- name: 'macOS static - C++ (ARM)'
os: macos-latest
bindings_python: OFF
bindings_python: ON
build_shared: OFF
unit_tests: ON
- name: 'macOS shared - C++/Python (ARM)'
Expand Down

0 comments on commit 1d00304

Please sign in to comment.