We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7cd68 commit 9981f3eCopy full SHA for 9981f3e
.github/workflows/macos.yml
@@ -31,4 +31,4 @@ jobs:
31
brew install boost boost-python3 help2man
32
33
- name: Build and check
34
- run: make distcheck
+ run: which python3.12 && make distcheck CMAKE='cmake -DPython3_EXECUTABLE=/opt/homebrew/Frameworks/Python.framework/Versions/3.12/bin/python3'
0 commit comments